Update frontend/vite.config.ts

Adding ssl hostname
This commit is contained in:
2026-03-02 15:13:36 -05:00
parent 16adfd6f26
commit e719f593de

View File

@@ -10,6 +10,7 @@ export default defineConfig({
},
},
server: {
allowedHosts: ['app.hoaledgeriq.com'],
host: '0.0.0.0',
port: 5173,
proxy: {