diff --git a/src/entrypoints/cli.tsx b/src/entrypoints/cli.tsx index b976021..2a008c5 100644 --- a/src/entrypoints/cli.tsx +++ b/src/entrypoints/cli.tsx @@ -1,3 +1,4 @@ +#!/usr/bin/env bun // Runtime polyfill for bun:bundle (build-time macros) const feature = (_name: string) => false; if (typeof globalThis.MACRO === "undefined") {