From 1cfb754d755880aaab2413294813eae0cc15c4ef Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 16 Oct 2025 01:19:52 +0300 Subject: [PATCH] vite HMR port --- app/nextgraph/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nextgraph/vite.config.ts b/app/nextgraph/vite.config.ts index dc13112..f88f545 100644 --- a/app/nextgraph/vite.config.ts +++ b/app/nextgraph/vite.config.ts @@ -53,7 +53,7 @@ export default defineConfig((): UserConfig => { ? { protocol: "ws", host, - port: process.env.NG_ENV_WEB ? 5184 : 5183, + port: process.env.NG_ENV_WEB ? 1421 : 1420, } : undefined, watch: {