Files
score-backend/deno.json
2025-06-13 13:56:26 +08:00

12 lines
243 B
JSON

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