From 843825a956f5505eecaff7fa44a0990c917e8f1f Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:23:39 -0600 Subject: [PATCH] Fix: Load runtime config before module scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move config.js script to head section so it loads synchronously before any module scripts execute. This fixes a race condition on mobile where the app could initialize before window.CONFIG was set. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index cc66c08..9834c22 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,11 +5,11 @@ MotoVaultPro + +
- - \ No newline at end of file