Browse Source

fix: 修复构建问题

claude-code-best 3 tuần trước cách đây
mục cha
commit
b32dd4549d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/entrypoints/cli.tsx

+ 1 - 0
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") {