mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 21:04:34 +00:00
fix everything i just broke
This commit is contained in:
@@ -184,7 +184,7 @@ function run({ mode, basepath = '' }) {
|
||||
assert.ok(fs.existsSync('__sapper__/build/index.js'));
|
||||
}
|
||||
|
||||
proc = require('child_process').fork(`${dir}/server.js`, {
|
||||
proc = require('child_process').fork(`${dir}/server/server.js`, {
|
||||
cwd: process.cwd(),
|
||||
env: {
|
||||
NODE_ENV: mode,
|
||||
|
||||
Reference in New Issue
Block a user