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 -1
View File
@@ -26,4 +26,4 @@ if (!mountPoint) {
}
InjectCustomIcons()
renderSvelte(Settings, mountPoint)
renderSvelte(Settings, mountPoint, { standalone: true })