From 96afe9253474a7d542f3e5a467276993b7dc43ce Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 23 Oct 2025 17:25:45 +0000
Subject: [PATCH] GS-2375

---
 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