Files
picpeak/backend
paul 193cadef27 Fix React error #130 and backend event creation
Frontend fixes:
- Disable verbatimModuleSyntax in TypeScript config to fix module imports
- Add displayName to critical React components for better production debugging
- Configure Vite build with manual chunks for better code splitting
- Enable sourcemaps for production debugging

Backend fixes:
- Remove updated_at field from events table insert (column doesn't exist)
- Fix SQL error that was causing 500 errors on event creation

These changes resolve:
- React error #130 that occurred during login and event creation
- 500 Internal Server Error when creating new events
- Better error tracking in production builds

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 13:30:53 +02:00
..
2025-07-03 16:29:36 +02:00
2025-07-03 16:29:22 +02:00
2025-07-03 16:29:50 +02:00
2025-07-03 16:29:04 +02:00
2025-07-03 16:30:03 +02:00
2025-07-03 16:30:20 +02:00
2025-07-03 16:28:24 +02:00