3 Commits

Author SHA1 Message Date
2c530ef73a fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:54:48 +08:00
2b72d94a24 fix: set rootDir to src in tsconfig.build.json for consistent output
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 18s
The NestJS build was outputting to dist/src/main.js instead of dist/main.js
due to TypeScript's automatic rootDir calculation. Explicit rootDir: "src"
ensures the output is always at dist/main.js.

Also remove the test-run debugging step from CI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:52:27 +08:00
bd44b7e138 feat: init api-server v0.1
- NestJS + TypeScript 后端 API
- 用户认证 (auth)
- 用户管理 (users)
- 学习路径与课程 (learning)
- AI 分析与对话 (ai)
- 用户反馈 (feedback)
- 等待名单 (waitlist)
- 知识库 (knowledge)
- Swagger API 文档(中文、访问控制)
- Basic Auth 保护生产环境文档
2026-05-04 16:09:01 +08:00