fix: error in deno.json

This commit is contained in:
Max Richter
2025-10-31 17:03:25 +01:00
parent 91812ad38f
commit 5001fe62c1

View File

@@ -45,7 +45,7 @@
"tsx": "npm:tsx@^4.19.2", "tsx": "npm:tsx@^4.19.2",
"yaml": "https://deno.land/std@0.197.0/yaml/mod.ts", "yaml": "https://deno.land/std@0.197.0/yaml/mod.ts",
"zod": "npm:zod@^3.24.1", "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" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"exclude": ["**/_fresh/*"] "exclude": ["**/_fresh/*"]