Update frontend/vite.config.ts
Adding ssl hostname
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
server: {
|
||||
allowedHosts: ['app.hoaledgeriq.com'],
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user