Files
transcoderr/deno.json
2025-09-05 20:33:17 +08:00

12 lines
207 B
JSON

{
"imports": {
"hono": "jsr:@hono/hono@^4.9.6"
},
"tasks": {
"start": "deno run --allow-net main.ts"
},
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "hono/jsx"
}
}