We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e965355 commit 9b8460eCopy full SHA for 9b8460e
server/dev-server.js
@@ -1,7 +1,7 @@
1
import { execa } from 'execa'
2
3
if (process.env.NODE_ENV === 'production') {
4
- await import('./index.js')
+ await import('./server-build/index.js')
5
} else {
6
const command =
7
'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