search_awesome/deno.json

13 lines
325 B
JSON
Raw Normal View History

2022-11-29 01:52:44 +09:00
{
"tasks": {
2022-12-01 19:40:03 +09:00
"start": "deno run -A --cert http_ca.crt --watch=static/,routes/ dev.ts",
"cli": "deno run -A --unstable --cert http_ca.crt cli.ts",
"validate": "deno run -A validator.ts"
2022-11-29 01:52:44 +09:00
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}