forked from pinks/eris
1
0
Fork 0

chore: update deno.json

This commit is contained in:
lisq 2024-03-02 17:51:58 +01:00
parent 02e3c22b83
commit 6ccf8a04d8
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@
} }
}, },
"tasks": { "tasks": {
"check": "deno check --unstable main.ts && deno check --unstable ui/main.tsx", "check": "deno check --unstable-kv main.ts && deno check --unstable-kv ui/main.tsx",
"generate": "deno run npm:openapi-typescript http://localhost:7861/openapi.json -o app/sdApi.ts", "generate": "deno run npm:openapi-typescript http://localhost:7861/openapi.json -o app/sdApi.ts",
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts", "start": "deno run --unstable-kv --allow-env --allow-read=. --allow-write=db --allow-net main.ts",
"test": "deno test --unstable" "test": "deno test"
} }
} }