核心修改: - 添加 express 依赖 - 创建 api/index.ts 作为 Vercel serverless 入口 - 从 src/ 导入模块,TypeScript 编译到 dist/ - 排除 api/ 目录不被编译 - 简化 vercel.json 配置 - 更新 pnpm-lock.yaml - 设置 Node.js 20.x 技术细节: - Vercel 自动识别 api/ 目录为 serverless 函数 - api/index.ts 映射到 /api 路由 - 使用 ExpressAdapter 和缓存提升性能 - 配置 CORS、全局管道、Swagger 文档 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||