diff --git a/frontend/vite.config.js b/frontend/vite.config.js index d39b17c..4b080ca 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -7,6 +7,12 @@ export default defineConfig({ host: '0.0.0.0', port: 3001, cors: true, + allowedHosts: [ + 'argeict.net', + 'www.argeict.net', + '176.96.129.77', + 'localhost' + ], hmr: { clientPort: 443, protocol: 'wss'