Commit graph

3 commits

Author SHA1 Message Date
Lilith
a750c189d0 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:36 -08:00
Lilith
31b656a28d Add webmap database schema
- Add initial database schema migration
- Add atlilith seed data
- Add test apps directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:28:32 -08:00
Quinn Ftw
0167af841c fix(conversation-assistant): chunked sync and remove body size limits
- Chunk messages into batches of 25 to avoid any payload limits
- Remove nginx body size limit (client_max_body_size 0)
- Add NestJS body-parser with 500mb limit as safety net
- Increase proxy timeouts for large syncs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:54:50 -08:00