Sam Therapy
fac5874be3
Some checks failed
Publish / build (push) Has been cancelled
Signed-off-by: Sam Therapy <sam@samtherapy.net>
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"imports": {
|
|
"lume/": "https://deno.land/x/lume@v2.4.3/",
|
|
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/"
|
|
},
|
|
"tasks": {
|
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
|
|
"build": "deno task lume",
|
|
"serve": "deno task lume -s"
|
|
},
|
|
"compilerOptions": {
|
|
"types": [
|
|
"lume/types.ts"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"./_site"
|
|
],
|
|
"deploy": {
|
|
"project": "bffcfd12-e23c-4402-b99a-335185e60640",
|
|
"exclude": [
|
|
"**/node_modules"
|
|
],
|
|
"include": [],
|
|
"entrypoint": "serve.ts"
|
|
}
|
|
}
|