feat/api-prox: change run scripts

This commit is contained in:
Kentai Radiquum 2025-09-07 16:27:47 +05:00
parent 022dc7b284
commit 78b9776899
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
8 changed files with 159 additions and 15 deletions

View file

@ -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",