diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0351b36..ecb07c2 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -7,6 +7,12 @@ export default defineConfig({ server: { host: true, port: 5173, + allowedHosts: [ + 'itcloud.itqop.dev', + 'localhost', + '127.0.0.1', + '192.168.1.8', // твой LAN-IP + ], }, build: { outDir: '../static',