chore: run with --allow-net --allow-env

This commit is contained in:
CrescentLeaf
2025-08-30 16:05:10 +08:00
parent ca6aea2902
commit 4eeea5b230

View File

@@ -1,7 +1,7 @@
{ {
"tasks": { "tasks": {
"main": "deno run --allow-read --allow-write server/main.ts", "main": "deno run --allow-read --allow-write --allow-env --allow-net server/main.ts",
"test": "deno run --allow-read --allow-write server/main_test.ts" "test": "deno run --allow-read --allow-write --allow-env --allow-net server/main_test.ts"
}, },
"imports": { "imports": {
"chalk": "npm:chalk@5.4.1", "chalk": "npm:chalk@5.4.1",