mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 15:03:53 +05:00
feat/api-prox: change scripts
This commit is contained in:
parent
39215c608c
commit
db735c4566
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
"name": "anixart-serverless-api-proxy",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"deno-dev": "deno serve --unstable-hmr src/index.ts",
|
||||
"bun-dev": "bun run --hot src/index.ts",
|
||||
"deno-dev": "deno serve --unstable-hmr src/index.ts",
|
||||
"vc-dev": "vercel dev",
|
||||
"vc-deploy": "vercel deploy",
|
||||
"cf-dev": "wrangler dev",
|
||||
"cf-deploy": "wrangler deploy --minify",
|
||||
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
||||
"cf-deploy": "wrangler deploy --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^4.9.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue