mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: change run scripts
This commit is contained in:
parent
022dc7b284
commit
78b9776899
8 changed files with 159 additions and 15 deletions
|
@ -3,8 +3,8 @@
|
|||
"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"
|
||||
"deno-run": "deno run --sloppy-imports --allow-net deno.ts",
|
||||
"deno-dev": "deno run --sloppy-imports --unstable-hmr --allow-net deno.ts"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "precompile",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue