mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: improve deno support
This commit is contained in:
parent
90f285371b
commit
022dc7b284
4 changed files with 43 additions and 1 deletions
13
api-prox/deno.json
Normal file
13
api-prox/deno.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"imports": {
|
||||
"hono": "jsr:@hono/hono@^4.9.6"
|
||||
},
|
||||
"tasks": {
|
||||
"deno-start": "deno run --sloppy-imports --allow-net main.ts",
|
||||
"deno-dev": "deno run --sloppy-imports --unstable-hmr --allow-net main.ts"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "precompile",
|
||||
"jsxImportSource": "hono/jsx"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue