a
This commit is contained in:
@@ -12,10 +12,13 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: true, // Allow external connections
|
host: '0.0.0.0', // Listen on all interfaces
|
||||||
port: 5173,
|
port: 5173,
|
||||||
allowedHosts: ['dockervm', 'localhost', '127.0.0.1'], // Add your specific hosts
|
allowedHosts: [
|
||||||
// Or use this for development (less secure but simpler):
|
'dockervm',
|
||||||
// host: '0.0.0.0'
|
'localhost',
|
||||||
|
'127.0.0.1',
|
||||||
|
'store.felo.gg' // Add your domain
|
||||||
|
],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user