BMAD-METHOD/jus-ia-start-kit
Claude 014c4b3bf5
feat: Prepare Vercel deployment with serverless adapter
- Extract buildApp() from server.ts into app.ts for reuse
- Create api/index.ts as Vercel serverless function entry point
- Add vercel.json with rewrites (static assets + catch-all to API)
- Build script now copies static assets to public/ and templates to dist/
- Include src/templates/** in serverless function bundle
- Local dev and tests continue to work unchanged (60/60 passing)

https://claude.ai/code/session_01CvrcMDqfCKWV2hC3xpRbx3
2026-03-09 00:18:29 +00:00
..
api feat: Prepare Vercel deployment with serverless adapter 2026-03-09 00:18:29 +00:00
src feat: Prepare Vercel deployment with serverless adapter 2026-03-09 00:18:29 +00:00
.env.example feat: Complete all 10 legal flows, OpenRouter/Gemini integration, and tests 2026-03-09 00:12:08 +00:00
.gitignore feat: Prepare Vercel deployment with serverless adapter 2026-03-09 00:18:29 +00:00
package.json feat: Prepare Vercel deployment with serverless adapter 2026-03-09 00:18:29 +00:00
tsconfig.json feat: Add Jus IA Start Kit — MPA wizard for legal prompt assembly 2026-03-09 00:00:28 +00:00
vercel.json feat: Prepare Vercel deployment with serverless adapter 2026-03-09 00:18:29 +00:00
vitest.config.ts feat: Complete all 10 legal flows, OpenRouter/Gemini integration, and tests 2026-03-09 00:12:08 +00:00