Skip to content

Commit 8f35e58

Browse files
committed
chore: logs
1 parent 83b3b83 commit 8f35e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import { get_docs, DocFiles } from "./fs";
1010
import { transform_cloudflare, transform_docs } from "./transform";
1111
import { get } from "httpie";
1212

13-
console.log(`Starting docs preview server.\n`);
14-
1513
const cache: Record<string, CF_Key> = {};
1614

1715
export default async function cli() {
16+
console.log(`Starting docs preview server.\n`);
17+
1818
const {
1919
pkg = "packages",
2020
docs = "documentation",

0 commit comments

Comments
 (0)