MCPcopy
hub / github.com/docsifyjs/docsify / startServerAsync

Function startServerAsync

test/config/server.js:90–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90async function startServerAsync() {
91 await new Promise((resolve, reject) => {
92 startServer({}, () => {
93 console.log('\n');
94 resolve();
95 });
96 });
97}
98
99function stopServer() {
100 browserSync.exit();

Callers

nothing calls this directly

Calls 1

startServerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…