mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-08 23:43:55 +05:00
fix/api-prox: vercel deploy
This commit is contained in:
parent
db735c4566
commit
90f285371b
3 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"bun-dev": "bun run --hot src/index.ts",
|
||||
"deno-dev": "deno serve --unstable-hmr src/index.ts",
|
||||
"deno-dev": "deno serve --sloppy-imports --unstable-hmr src/index.ts",
|
||||
"vc-dev": "vercel dev",
|
||||
"vc-deploy": "vercel deploy",
|
||||
"cf-dev": "wrangler dev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue