fix: builds failing

This commit is contained in:
SethBurkart123
2025-06-12 16:59:21 +10:00
parent 66ff6e3468
commit 7462e6ab5d
3 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -27,5 +27,8 @@ if (!mountPoint) {
}
InjectCustomIcons();
await initializeSettingsState();
renderSvelte(Settings, mountPoint, { standalone: true });
(async () => {
await initializeSettingsState();
renderSvelte(Settings, mountPoint, { standalone: true });
})();