a73b454a72a36934547562d2b56cfd2b497a3342
Implemented server-side authentication redirects: - Root (/) redirects to /chat if authenticated, /login if not - /chat route requires authentication via layout component - Removed deprecated middleware file in favor of Next.js server components This ensures users are properly directed based on their authentication state. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided