Phase 18: Auto timezone detection and ability to change timezone #21

Merged
luckberg merged 38 commits from gsd/phase-18-auto-timezone-detection-and-ability-to-change-timezone into main 2026-06-15 09:55:53 -04:00
Showing only changes of commit 46d7fcc2d2 - Show all commits
+4
View File
@@ -44,6 +44,10 @@ export default defineConfig({
}),
],
server: {
// Allow the internal split-DNS domain (and any subdomain) to reach the dev
// server through the reverse proxy / tunnel. A leading dot matches the apex
// and all subdomains. Dev-server only — production builds ignore this.
allowedHosts: ['.bergerhouse.net'],
proxy: {
'/health': 'http://localhost:3000',
'/api': 'http://localhost:3000',