AniX/api-prox/deno.json

18 lines
No EOL
463 B
JSON

{
"imports": {
"hono": "jsr:@hono/hono@^4.9.6"
},
"tasks": {
"deno-run": "deno run --sloppy-imports --allow-net deno.ts",
"deno-dev": "deno run --sloppy-imports --unstable-hmr --allow-net deno.ts",
"deno-deploy": "./node_modules/.bin/tsc && deployctl deploy"
},
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "hono/jsx"
},
"deploy": {
"include": ["dist", "deno.json"],
"entrypoint": "dist/deno.js"
}
}