1#!/usr/bin/env node
2// Bin launcher: register tsx so we can run the TypeScript sources directly,
3// then hand off to the CLI. Lets the package ship source and run with no build.
4import{register}from"tsx/esm/api";5register();6awaitimport(newURL("../src/cli.ts",import.meta.url).href);