Explorar el Código

fix: 修复构建问题

claude-code-best hace 3 semanas
padre
commit
b32dd4549d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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") {