feat: add auto migration

This commit is contained in:
SethBurkart123
2025-03-31 18:27:53 +11:00
parent a4033862c9
commit e928399066
4 changed files with 54 additions and 9 deletions
+1
View File
@@ -59,6 +59,7 @@
if (!standalone) return;
initializeSettingsState();
console.log('settingsState', $settingsState);
StandaloneStore.setStandalone(true);
});
</script>