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:
parent
159da32f58
commit
5f74c7b648
1 changed files with 0 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue