Skip to content

Commit fe36b8f

Browse files
committed
fix busted server
1 parent 89f0edf commit fe36b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import morgan from 'morgan'
2424

2525
// @ts-ignore - this file may not exist if you haven't built yet, but it will
2626
// definitely exist by the time the dev or prod server actually runs.
27-
import * as remixBuild from '#app/build/index.js'
27+
import * as remixBuild from '#build/index.js'
2828

2929
installGlobals()
3030

@@ -34,7 +34,7 @@ const createRequestHandler = wrapExpressCreateRequestHandler(
3434
_createRequestHandler,
3535
)
3636

37-
const BUILD_PATH = '#app/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)