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