mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: deno deploy and vercel deploy fix
This commit is contained in:
parent
a06a18b1ac
commit
1f849a1bfe
8 changed files with 35 additions and 10 deletions
|
@ -4,10 +4,15 @@
|
|||
},
|
||||
"tasks": {
|
||||
"deno-run": "deno run --sloppy-imports --allow-net deno.ts",
|
||||
"deno-dev": "deno run --sloppy-imports --unstable-hmr --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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue