import from "preact";
import from "./app.jsx";
import "./app.css";
// Dev-only client telemetry channel, same backend ES module the old
// server-rendered pages loaded as <script type="module" src="/static/telemetry.js">.
// Load it by absolute URL (mirrors themes.js in Theme.jsx) so it resolves to
// the running host in both dev (Vite proxy) and prod, and the bundler treats
// it as a genuine dynamic import rather than trying to inline it. It resolves
// its own dev-mode flag from /api/build-info and is a no-op in production.
import.;
;