diff options
| -rw-r--r-- | vite.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vite.config.ts b/vite.config.ts index 1f8d5b5..0fdfdfe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ // a machine name on the LAN such as "arch-razer"). // Vite's `host: true` already binds to all interfaces; this explicit // whitelist helps documentation and tooling that may inspect the config. - allowedHosts: ['arch-razer'], + allowedHosts: ['arch-razer', 'tirecalc.malcz.com'], // Explicitly set the port (must match the EXPOSE in Dockerfile). port: 5173, |
