Phase 18: Auto timezone detection and ability to change timezone #21
@@ -44,6 +44,10 @@ export default defineConfig({
|
|||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
server: {
|
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: {
|
proxy: {
|
||||||
'/health': 'http://localhost:3000',
|
'/health': 'http://localhost:3000',
|
||||||
'/api': 'http://localhost:3000',
|
'/api': 'http://localhost:3000',
|
||||||
|
|||||||
Reference in New Issue
Block a user