mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: change run scripts
This commit is contained in:
parent
022dc7b284
commit
78b9776899
8 changed files with 159 additions and 15 deletions
|
@ -2,14 +2,19 @@
|
|||
"name": "anixart-serverless-api-proxy",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"bun-dev": "bun run --hot src/index.ts",
|
||||
"node-dev": "tsx watch node.ts",
|
||||
"node-run": "npx tsx node.ts",
|
||||
"bun-dev": "bun run --hot bun.ts",
|
||||
"bun-run": "bun run bun.ts",
|
||||
"vc-dev": "vercel dev",
|
||||
"vc-deploy": "vercel deploy",
|
||||
"cf-dev": "wrangler dev",
|
||||
"cf-deploy": "wrangler deploy --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^4.9.6"
|
||||
"@hono/node-server": "^1.19.0",
|
||||
"hono": "^4.9.6",
|
||||
"tsx": "^4.20.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue