diff options
| author | Adam Malczewski <[email protected]> | 2026-03-10 18:39:11 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-10 18:39:11 +0900 |
| commit | e30116153f29ea8b634c31c080130f1a5d6f0d06 (patch) | |
| tree | 986840e5546bd732db26b50706e7adbd4581ac05 | |
| parent | 763eee4f77f5cae114be10e22b257c6c9428bf96 (diff) | |
| download | tirecalc-e30116153f29ea8b634c31c080130f1a5d6f0d06.tar.gz tirecalc-e30116153f29ea8b634c31c080130f1a5d6f0d06.zip | |
add domain
| -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, |
