localbox/deno.json
2025-03-15 09:51:20 -05:00

12 lines
272 B
JSON

{
"imports": {
"hono": "jsr:@hono/hono@^4.6.11"
},
"tasks": {
"start": "deno run --watch --allow-net --allow-read --allow-env --env-file=.env --allow-write main.ts"
},
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "hono/jsx"
}
}