fix everything i just broke

This commit is contained in:
Rich Harris
2018-10-01 15:47:01 -04:00
parent d9ad1d1b10
commit 01a519a4d9
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ async function execute(emitter: EventEmitter, opts: Opts) {
message: `Crawling ${root.href}`
});
const proc = child_process.fork(path.resolve(`${opts.build}/server.js`), [], {
const proc = child_process.fork(path.resolve(`${opts.build}/server/server.js`), [], {
cwd: process.cwd(),
env: Object.assign({
PORT: port,