2026-05-23 09:23:12 -05:00

7 lines
185 B
JavaScript

(function () {
const runtime = window.ForgeWebUI;
const BankApp = (window.BankApp = window.BankApp || {});
BankApp.runtime = runtime;
window.AppRuntime = runtime;
})();