From e1217fbcd93654ad6492b641bf53e4e0d0368bfd Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 18 Sep 2025 14:34:30 +0000
Subject: [PATCH] GS-2317
---
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