small prod changes
All checks were successful
Release Build / build-docker (push) Successful in 43s
Release Build / build-android-and-release (push) Successful in 2m11s

This commit is contained in:
Rene Kievits
2025-12-24 16:20:44 +01:00
parent ac225b5b41
commit e1bf8f2032
9 changed files with 93 additions and 41 deletions

View File

@@ -18,15 +18,15 @@ export default defineConfig(({ mode }) => {
},
server: {
allowedHosts: [
env.VITE_HOST,
'localhost',
],
host: true,
port: 5173,
strictPort: true,
hmr: {
host: env.VITE_HOST,
protocol: 'wss',
clientPort: 443,
host: 'localhost',
protocol: 'ws',
clientPort: 5173,
},
},
};