Browse Source

json

master
Daniel Ledda 2 months ago
parent
commit
314ccaa677
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deno.json

+ 1
- 1
deno.json View File

@@ -1,7 +1,7 @@
{
"tasks": {
"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"
},
"fmt": {


Loading…
Cancel
Save