From c7af67b91863ec0ae5bd2978c92bb4c14647b9bf Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Wed, 18 Jun 2025 19:41:56 +0200 Subject: [PATCH] build: affine deno permissions --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 12efbc8..b3093ee 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "tasks": { - "dev": "deno run --watch --env-file --allow-all main.ts", + "dev": "deno run --watch --allow-env --allow-read=. --allow-net --env-file main.ts", "deployCommands": "deno run --env-file --allow-all scripts/deployCommands.ts" } }