mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +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": {
|
"imports": {
|
||||||
"lume/": "https://deno.land/x/lume@v2.2.1/",
|
"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/"
|
"dotenv/": "https://deno.land/std@0.224.0/dotenv/"
|
||||||
},
|
},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
|
||||||
"build": "deno task lume",
|
"build": "deno task lume",
|
||||||
"serve": "deno task lume -s",
|
"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"
|
"import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts"
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
|
Loading…
Reference in a new issue