#!/usr/bin/env bun
// phanthy code CLI launcher
// This script is the `bin` entrypoint installed by npm/bun.
// It dispatches to the compiled bundle published in the npm package.
import '../dist/cli.js'
