simple-fs-server/deno.json

11 lines
199 B
JSON
Raw Permalink Normal View History

2023-01-05 18:18:07 +09:00
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}