AEP203's recent timeline updates
AEP203

AEP203

V2EX member #294984, joined on 2018-02-27 23:08:01 +08:00
AEP203's recent replies
eXVhbnN0b3BAZ21haWwuY29t 感谢
V7PLHJGEKG
求码,用户 id: 59c340aa-ef1f-42e6-a139-651d1b64997e
666
非凡云 ffy.com 夏季冲浪,联通 AS10099 云服务器,五一钜惠专场!
1
Dec 29, 2024
Replied to a topic by sleepingdog 健身 室内的有氧运动有什么推荐?
室内恒温游泳池
+1
```json
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm build",
"installCommand": "pnpm install",
"outputDirectory": "packages/web/dist",
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build",
"config": {
"zeroConfig": true,
"installCommand": "pnpm install",
"buildCommand": "pnpm build",
"outputDirectory": "packages/web/dist"
}
},
{
"src": "packages/server/src/main.ts",
"use": "@vercel/node"
}
],
"rewrites": [
{
"source": "api/(.*)",
"destination": "packages/server/src/main.ts"
}
]
}
```

这是我之前的配置,可以跑 nestjs ,但是原生的 .node 模块我没搞明白怎么配置,后来还是换阿里云了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1165 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 23:23 · PVG 07:23 · LAX 16:23 · JFK 19:23
♥ Do have faith in what you're doing.