server-landing-pages/deno.json
Sam Therapy 338c145739
Change to lume
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-09-25 19:02:59 +02:00

13 lines
257 B
JSON

{
"importMap": "import_map.json",
"tasks": {
"lume": "deno eval \"import 'lume/task.ts'\" --",
"build": "deno task lume",
"serve": "deno task lume -s"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}