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": {