Cut-and-pasteable SYNDICATE_COMPILE_SERVER setting

This commit is contained in:
Tony Garnock-Jones 2018-12-24 11:35:25 +00:00
parent 5de93f6942
commit d46eec2e6d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function process_command_line(args) {
}
process_command_line(process.argv.slice(2));
console.info(`http://localhost:${options.port}/compile/FILENAME`);
console.info(`export SYNDICATE_COMPILE_SERVER=http://localhost:${options.port}/compile`);
console.info(options);
spawn named 'rootServer' {