From 314ccaa677cba50868894f55cf846978a5b7e9f1 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Thu, 31 Oct 2024 17:15:06 +0100 Subject: [PATCH] json --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 65b1e0d..049d525 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "tasks": { "start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", - "watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts" + "watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", "install": "deno install --entrypoint deps.ts" }, "fmt": {