Files
loki 19f41c695d
Build & Push Docker Image / build (push) Successful in 13s
feat: booking-to-slot navigation, tabbed settings with SMTP, email config from DB
- BookingsPage: click booking -> navigates to /dashboard?slot_id=X&date=Y
- SlotsPage: reads query params, navigates to correct week, auto-selects slot
- SettingsPage: tabbed UI (Allgemein + SMTP) with separate field groups
- SMTP settings stored in DB settings table (smtp_host, smtp_port, etc.)
- Email transporter reads from DB settings with env var fallback
2026-05-10 13:36:25 +02:00

16 lines
336 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"strict": true,
"outDir": "./dist",
"rootDir": "./src",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true
},
"include": ["src"]
}