mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-09 15:34:20 +01:00
deno.json: harden test permissions
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user