From ed952bdf7725d140d119f8522e22d639fb22d5de Mon Sep 17 00:00:00 2001 From: hzhang Date: Sun, 24 May 2026 19:18:33 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20HarborForge.Frontend=20?= =?UTF-8?q?=E2=86=92=20f587e1e=20(drop=20localStorage=20backend=20URL)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * HarborForge.Frontend 10771a8 → f587e1e fix(frontend): drop localStorage HF_BACKEND_BASE_URL; env-only. Fixes new-browser blank MonitorPage / api 404 after v0.4.0 wizard removal (api.ts + useAuthConfig still had the old localStorage path; App.tsx had been refactored but those two were missed). All 3 read sites now read import.meta.env.VITE_HF_BACKEND_BASE_URL only. prod is on frontend v0.4.1 with this fix. Co-Authored-By: Claude Opus 4.7 (1M context) --- HarborForge.Frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HarborForge.Frontend b/HarborForge.Frontend index 10771a8..f587e1e 160000 --- a/HarborForge.Frontend +++ b/HarborForge.Frontend @@ -1 +1 @@ -Subproject commit 10771a8ffcce75f7c5914c22d528d54cb1ade655 +Subproject commit f587e1e4c7df67e86c00c11b2a247007d0edbd82