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

Whoops, there was more cms

This commit is contained in:
Steffo 2024-10-10 01:55:37 +02:00
parent 159da32f58
commit 5f74c7b648
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,14 +1,12 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v2.2.1/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.1/",
"dotenv/": "https://deno.land/std@0.224.0/dotenv/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s",
"cms": "deno task lume cms",
"import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts"
},
"compilerOptions": {