Fixed several TypeScript compilation issues that prevented Docker
containers from building:
1. Fixed import.meta.env type error in auth.service.ts by using type
assertion
2. Fixed HeadersInit type error by using Record<string, string> for
headers object
3. Removed unused navigate import in Register.tsx
4. Excluded test files from TypeScript compilation in tsconfig.json
All containers now build and deploy successfully with authentication
system fully functional.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>