- Change app.auth to app.routers.auth (correct path) - Change app.routers.dify to app.routers.ai (actual module name) - Change app.routers.excel to app.routers.export (actual module name) - Remove app.routers.health (doesn't exist) - Add app.models and app.models.schemas Also add database credentials to config.json for embedded mode. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>