mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 07:53:52 +05:00
18 lines
No EOL
463 B
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"
|
|
}
|
|
} |