浏览代码

fix: 修复构建问题

claude-code-best 3 周之前
父节点
当前提交
85c91939a6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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") {