mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
feat: remove deprecated development domain from Vite configuration
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user