// SIM Web-UI legacy shell boot script.
//// The active shell loads app.js. This compatibility boot only confirms the
// page loaded and reports it in the console; it contains no domain logic and no
// second data model.
"use strict";(functionboot(){constshell=document.getElementById("shell");if(!shell){return;}shell.dataset.booted="legacy";// eslint-disable-next-line no-console
console.log("sim-web-shell: legacy shell booted");})();