Change default startPath for tests & manual start

This commit is contained in:
John Hildenbiddle 2020-10-23 13:08:59 -05:00
parent 131aae520a
commit af7e71345b

View File

@ -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