From b32dd4549deaebffcbc9022a936199290be80eb0 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Wed, 1 Apr 2026 09:58:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entrypoints/cli.tsx | 1 + 1 file changed, 1 insertion(+) 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") {