MCPcopy Create free account
hub / github.com/tinyplex/tinybase / serveDocs

Function serveDocs

gulpfile.mjs:832–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830export const compileAndTestProd = series(compileForProdAndDocs, testProd);
831
832export const serveDocs = async () => {
833 const {createTestServer} = await import('./test/server.mjs');
834 createTestServer(DOCS_DIR, '8080');
835};
836
837export const preCommit = series(
838 parallel(lint, spell, ts),

Callers

nothing calls this directly

Calls 1

createTestServerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…