Skip to content

Commit 9b8460e

Browse files
committed
fix server build path
1 parent e965355 commit 9b8460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/dev-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { execa } from 'execa'
22

33
if (process.env.NODE_ENV === 'production') {
4-
await import('./index.js')
4+
await import('./server-build/index.js')
55
} else {
66
const command =
77
'tsx watch --clear-screen=false --ignore ".cache/**" --ignore "app/**" --ignore "vite.config.ts.timestamp-*" --ignore "build/**" --ignore "node_modules/**" --inspect ./index.js'

0 commit comments

Comments
 (0)