From 3d646156c378c6182e55c673c118c23d53ff0a05 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 17 Nov 2025 17:36:00 +0000
Subject: [PATCH] GS-2373

---
 vite.config.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index d201550..8debc94 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -30,6 +30,7 @@
       },
    },
    server: {
+      port: 6123,
       proxy: {
          '/api': {
             target: 'http://localhost:4101',

--
Gitblit v1.8.0