search_awesome/deno.json

13 lines
325 B
JSON

{
"tasks": {
"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"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}