Skip to content

Commit 938d8ab

Browse files
authored
fix: dev build / hmr (#392)
1 parent fe36b8f commit 938d8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const createRequestHandler = wrapExpressCreateRequestHandler(
3434
_createRequestHandler,
3535
)
3636

37-
const BUILD_PATH = '#build/index.js'
37+
const BUILD_PATH = '../build/index.js'
3838

3939
const build = remixBuild as unknown as ServerBuild
4040
let devBuild = build

0 commit comments

Comments
 (0)