import { VersionInfo } from '@start9labs/start-sdk' // HOTFIX — restore the web UI (every user was getting a blank screen) + close three // server-side admin gaps. Code-only, no schema change (migrations are no-ops): // * Pin @babel/standalone to 7.29.7. The page loaded Babel from unpkg with no version // pin, so unpkg silently served Babel 8.0.0. Babel 8 defaults @babel/preset-react to // the automatic JSX runtime, which prepends `import {jsx} from "react/jsx-runtime"` // to the compiled output — an ESM import is illegal in this classic (non-module) // inline