This commit is contained in:
Daniel Ledda
2024-10-31 17:15:06 +01:00
parent ea5be77bc9
commit 314ccaa677

View File

@@ -1,7 +1,7 @@
{ {
"tasks": { "tasks": {
"start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", "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" "install": "deno install --entrypoint deps.ts"
}, },
"fmt": { "fmt": {