mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 06:15:15 +00:00
slap self in face
This commit is contained in:
@@ -256,7 +256,7 @@ class Watcher extends EventEmitter {
|
|||||||
execArgv.push(`--inspect-port=${this.devtools_port}`);
|
execArgv.push(`--inspect-port=${this.devtools_port}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.proc = child_process.fork(`${dest}/server.js`, [], {
|
this.proc = child_process.fork(`${dest}/server/server.js`, [], {
|
||||||
cwd: process.cwd(),
|
cwd: process.cwd(),
|
||||||
env: Object.assign({
|
env: Object.assign({
|
||||||
PORT: this.port
|
PORT: this.port
|
||||||
|
|||||||
Reference in New Issue
Block a user