From 5001fe62c17e7291556d14394102d91c70c164de Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 31 Oct 2025 17:03:25 +0100 Subject: [PATCH] fix: error in deno.json --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"]