Portul 8000 e folosit de alt proiect (roa2web) în acest mediu; mut
backend-ul space-booking pe 8001 și actualizez proxy-ul Vite `/api`
în consecință, ca cele două să coexiste. Adaug `.pids` în .gitignore.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Allows stopping/restarting services when ports are already in use,
with PID tracking, lsof fallback, and SIGKILL escalation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add timezone configuration per space with fallback to system default
- Implement timezone-aware datetime display and editing across frontend
- Add migration for per_space_settings table
- Update booking service to handle timezone conversions properly
- Improve .gitignore to exclude build artifacts
- Add comprehensive testing documentation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>