feat: remove deprecated development domain from Vite configuration

This commit is contained in:
zurdi
2025-11-19 14:45:41 +00:00
parent dae7567c68
commit 424e6da81f

View File

@@ -135,12 +135,7 @@ export default defineConfig(({ mode }) => {
},
},
port: httpsMode ? 8443 : 3000,
allowedHosts: [
"localhost",
"127.0.0.1",
"romm.dev",
"dev.romm.ginnugagap.net",
],
allowedHosts: ["localhost", "127.0.0.1", "romm.dev"],
...(httpsMode
? {
https: {