#!/usr/bin/env node // Frontend render smoke check (added v0.1.0:82). Dev/build-time only — NOT shipped in // the image. Catches the v78/v79 blank-screen class that curl/health checks miss: // // Stage 1 (deterministic, no DOM): run the *shipped* Babel over the app's inline JSX // and assert the output is a CLASSIC (non-module) script. Babel 8's preset-react // defaults to the automatic JSX runtime, which emits `import {jsx} from // "react/jsx-runtime"` — illegal in this inline