From e70cb9044eadf0c10f62c7f674ebe3afe4639d7f Mon Sep 17 00:00:00 2001 From: Sam Marxz Date: Tue, 29 Oct 2024 19:58:30 -0300 Subject: [PATCH] Update deno.json --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index a427347..2fbe833 100644 --- a/deno.json +++ b/deno.json @@ -5,7 +5,7 @@ "cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -", "manifest": "deno task cli manifest $(pwd)", "start": "deno run --unstable-kv -A --watch=static/,routes/ dev.ts", - "build": "deno run --A --unstable-kv dev.ts build", + "build": "deno run --unstable-kv -A dev.ts build", "preview": "deno run -A main.ts", "update": "deno run -A -r https://fresh.deno.dev/update ." },