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") {