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