wetalk/api/package.json
ordinarthur f2227bc945
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 41s
fix: switch API from Bun to Node.js (Bun OOMKilled in K8s)
2026-04-13 11:53:55 +02:00

15 lines
281 B
JSON

{
"name": "wetalk-api",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npx tsx --watch src/index.ts",
"start": "node --import tsx src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.13.0",
"hono": "^4.7.0",
"tsx": "^4.19.0"
}
}