Skip to content

Commit

Permalink
Merge pull request #69 from thefrontside/deno-2
Browse files Browse the repository at this point in the history
⬆️ Deno 2
  • Loading branch information
cowboyd authored Dec 17, 2024
2 parents 0c2d9dd + a47ff0d commit d448ede
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 170 deletions.
2 changes: 1 addition & 1 deletion www/data/docs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RAW_TOC from "../docs/toc.json" assert { type: "json" };
import RAW_TOC from "../docs/toc.json" with { type: "json" };

type RawTableOfContents = Record<string, RawTableOfContentsEntry>;

Expand Down
Loading

0 comments on commit d448ede

Please sign in to comment.