Skip to content

Commit 9b794f5

Browse files
committed
Show dir listing & help msg for manual instance
1 parent cea9129 commit 9b794f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/config/server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ if (hasStartArg) {
9595
startServer({
9696
open: true,
9797
port: serverConfig.port + 1,
98+
directory: true,
9899
});
100+
} else if (!process.env.NODE_ENV) {
101+
console.info('Use --start argument to manually start server instance');
99102
}
100103

101104
module.exports = {

0 commit comments

Comments
 (0)