feat: plugin hot-reload + dev-folder loading

This commit is contained in:
Linus Rath
2026-05-05 18:05:17 +02:00
parent 94f55afd1f
commit 3e336d459c
6 changed files with 267 additions and 33 deletions
+5
View File
@@ -168,6 +168,11 @@ export interface InstalledPlugin {
settings: Record<string, unknown>;
/** Bundled translations, carried over from the manifest on install. */
locales?: Record<string, Record<string, string>>;
/**
* Content hash of the installed bundle, mirrored from the server. Used to
* detect re-uploads of the same version so clients re-download the JS.
*/
bundleHash?: string;
}
// ─── UI Slots ────────────────────────────────────────────────