#!./run import { runUIDemo } from "./src/demo.ts"; if (import.meta.main) { await runUIDemo(); }