We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e809b6 commit a149c5fCopy full SHA for a149c5f
scripts/build.ts
@@ -330,7 +330,7 @@ class Builder {
330
if (server) {
331
server.kill()
332
}
333
- const s = cp.fork(path.join(this.rootPath, "out/node/entry.js"))
+ const s = cp.fork(path.join(this.rootPath, "out/node/entry.js"), process.argv.slice(2))
334
console.log(`[server] spawned process ${s.pid}`)
335
s.on("exit", () => console.log(`[server] process ${s.pid} exited`))
336
server = s
0 commit comments