build: affine more deno permissions
This commit is contained in:
parent
c7af67b918
commit
dde61e8e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": "deno run --watch --allow-env --allow-read=. --allow-net --env-file 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"
|
"deployCommands": "deno run --env-file --allow-env --allow-net --allow-read=./commands scripts/deployCommands.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue