mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 03:59:19 +08:00
Show dir listing & help msg for manual instance
This commit is contained in:
parent
cea9129c11
commit
9b794f5bd1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user