- replace placeholder garage interaction with real UI open flow - add catalog/session/UI bridge services for hydrate, sync, store, and retrieve actions - migrate garage web UI bundle to new app shell/runtime structure - align org/store function naming with shared init and UI bridge patterns
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
(function () {
|
|
const runtime = window.ForgeWebUI;
|
|
const GarageApp = (window.GarageApp = window.GarageApp || {});
|
|
|
|
GarageApp.runtime = runtime;
|
|
window.AppRuntime = runtime;
|
|
})();
|