Show dir listing & help msg for manual instance

This commit is contained in:
John Hildenbiddle 2020-10-07 13:10:33 -05:00
parent cea9129c11
commit 9b794f5bd1

View File

@ -95,7 +95,10 @@ if (hasStartArg) {
startServer({
open: true,
port: serverConfig.port + 1,
directory: true,
});
} else if (!process.env.NODE_ENV) {
console.info('Use --start argument to manually start server instance');
}
module.exports = {