Files
Samuele E. Locatelli 1d4b5aba63 Init repo con git
2025-08-21 08:59:27 +00:00

13 lines
206 B
JavaScript

// vite.config.js
module.exports = {
server: {
host: '0.0.0.0',
port: 5173,
hmr: {
protocol: 'wss',
host: 'chat.egalware.com'
},
allowedHosts: ['chat.egalware.com']
}
}