version updates

This commit is contained in:
Simon
2026-06-24 20:54:16 +00:00
parent 455e5cf8d8
commit 382a637b95
5 changed files with 257 additions and 0 deletions

View File

@@ -40,6 +40,11 @@ window.App = window.App || {};
// or failing status endpoint. Now fetch fresh status in the background and
// reconcile the UI with whatever comes back.
App.storage.refreshServerStatusInBackground();
// Watch for frontend deploys and seamlessly reload/hot-swap changed assets.
if (App.version && App.version.start) {
App.version.start();
}
}
initApp();