mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Change default startPath for tests & manual start
This commit is contained in:
parent
131aae520a
commit
af7e71345b
@ -59,7 +59,6 @@ function startServer(options = {}, cb = Function.prototype) {
|
||||
},
|
||||
},
|
||||
},
|
||||
startPath: '/docs',
|
||||
ui: false,
|
||||
};
|
||||
|
||||
@ -96,6 +95,7 @@ if (hasStartArg) {
|
||||
open: true,
|
||||
port: serverConfig.port + 1,
|
||||
directory: true,
|
||||
startPath: '/docs',
|
||||
});
|
||||
}
|
||||
// Display friendly message about manually starting a server instance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user