diff --git a/deno.json b/deno.json index cb6b1e4..154e946 100644 --- a/deno.json +++ b/deno.json @@ -45,7 +45,7 @@ "tsx": "npm:tsx@^4.19.2", "yaml": "https://deno.land/std@0.197.0/yaml/mod.ts", "zod": "npm:zod@^3.24.1", - "fs": "https://deno.land/std/fs/mod.ts", + "fs": "https://deno.land/std/fs/mod.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "exclude": ["**/_fresh/*"]