mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
deno.json: harden test permissions
This commit is contained in:
parent
ae7dd4e2ee
commit
72f63a677e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"lock": false,
|
||||
"tasks": {
|
||||
"start": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable --watch src/server.ts",
|
||||
"test": "deno test -A --unstable src"
|
||||
"test": "deno test --allow-read --allow-write=data --allow-env --unstable src"
|
||||
},
|
||||
"imports": {
|
||||
"@/": "./src/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue