mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno.json: add deno task debug
This commit is contained in:
parent
cd68da5b93
commit
08756c3400
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
"$schema": "https://deno.land/x/deno@v1.32.3/cli/schemas/config-file.v1.json",
|
||||
"lock": false,
|
||||
"tasks": {
|
||||
"start": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable --watch src/server.ts",
|
||||
"start": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable src/server.ts",
|
||||
"dev": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable --watch src/server.ts",
|
||||
"debug": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable --inspect src/server.ts",
|
||||
"test": "deno test --allow-read --allow-write=data --allow-env --unstable src",
|
||||
"check": "deno check --unstable src/server.ts"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue