starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 20:44:19 +00:00

Fix deno.json tasks

This commit is contained in:
Steffo 2024-08-30 01:22:18 +02:00
parent 6ea42dce50
commit 51e21805ca
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -9,7 +9,7 @@
"build": "deno task lume", "build": "deno task lume",
"serve": "deno task lume -s", "serve": "deno task lume -s",
"cms": "deno task lume cms", "cms": "deno task lume cms",
"import-steam": "deno run run --allow-env --allow-read --allow-net --allow-write _scripts/importSteam.ts" "import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts"
}, },
"compilerOptions": { "compilerOptions": {
"types": [ "types": [