We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f0edf commit fe36b8fCopy full SHA for fe36b8f
server/index.ts
@@ -24,7 +24,7 @@ import morgan from 'morgan'
24
25
// @ts-ignore - this file may not exist if you haven't built yet, but it will
26
// definitely exist by the time the dev or prod server actually runs.
27
-import * as remixBuild from '#app/build/index.js'
+import * as remixBuild from '#build/index.js'
28
29
installGlobals()
30
@@ -34,7 +34,7 @@ const createRequestHandler = wrapExpressCreateRequestHandler(
34
_createRequestHandler,
35
)
36
37
-const BUILD_PATH = '#app/build/index.js'
+const BUILD_PATH = '#build/index.js'
38
39
const build = remixBuild as unknown as ServerBuild
40
let devBuild = build
0 commit comments