We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3b83 commit 8f35e58Copy full SHA for 8f35e58
src/cli.ts
@@ -10,11 +10,11 @@ import { get_docs, DocFiles } from "./fs";
10
import { transform_cloudflare, transform_docs } from "./transform";
11
import { get } from "httpie";
12
13
-console.log(`Starting docs preview server.\n`);
14
-
15
const cache: Record<string, CF_Key> = {};
16
17
export default async function cli() {
+ console.log(`Starting docs preview server.\n`);
+
18
const {
19
pkg = "packages",
20
docs = "documentation",
0 commit comments