Skip to content

Commit

Permalink
wip: effect
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 29, 2024
1 parent 8899262 commit 60ca369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.13",
"@vendor/": "./vendor/",
"clsx": "npm:clsx@2.1.1",
"effect": "npm:effect@3.1.5",
"idb-keyval": "npm:idb-keyval@6.2.1",
"openai": "https://deno.land/x/openai@v4.47.1/mod.ts",
"openai/": "https://deno.land/x/openai@v4.47.1/",
Expand Down
1 change: 1 addition & 0 deletions tool/compile-mdx.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { type CompileOptions, compile } from "@mdx-js/mdx";
import { dirname, fromFileUrl, join, resolve } from "@std/path";
import {} from "effect";
import rehypeMathjax from "rehype-mathjax";
import remarkFrontmatter from "remark-frontmatter";
import remarkLintCheckboxContentIndent from "remark-lint-checkbox-content-indent";
Expand Down

0 comments on commit 60ca369

Please sign in to comment.