From 65a9143bd00c5aa5c2df8339e8784a8442e37e9f Mon Sep 17 00:00:00 2001 From: ars Date: Wed, 4 Feb 2026 21:01:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20vite.config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 1db9599..3978b94 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,7 +22,7 @@ export default defineConfig(({ mode }) => { host: '0.0.0.0', // Чтобы слушал все интерфейсы port: 5173, // Твой порт allowedHosts: ['iieasy.ru', - 'next.iieasy.ru' + 'n8n.iieasy.ru' ], // Разрешаем твой домен }, // ------------------------