fix/api-prox: vercel deploy

This commit is contained in:
Kentai Radiquum 2025-09-06 22:02:01 +05:00
parent db735c4566
commit 90f285371b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 7 additions and 7 deletions

View file

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