mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno.json: get rid of debug task, make dev do it
This commit is contained in:
parent
8f07fe8a23
commit
cdc0248c7d
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
"lock": false,
|
||||
"tasks": {
|
||||
"start": "deno run -A --unstable src/server.ts",
|
||||
"dev": "deno run -A --unstable --watch src/server.ts",
|
||||
"debug": "deno run -A --unstable --inspect src/server.ts",
|
||||
"dev": "deno run -A --unstable --watch --inspect src/server.ts",
|
||||
"test": "DB_PATH=\":memory:\" deno test -A --unstable",
|
||||
"check": "deno check src/server.ts",
|
||||
"relays:sync": "deno run -A --unstable scripts/relays.ts sync"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue