Files
react/vite.config.js
2025-12-28 20:50:08 +00:00

15 lines
244 B
JavaScript

export default {
server: {
host: '0.0.0.0',
port: 5173,
allowedHosts: ["srv413259.hstgr.cloud"],
https: false,
hmr: {
protocol: 'wss',
host: 'srv413259.hstgr.cloud',
clientPort: 443
}
}
};