mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bun
|
||||
|
||||
import { feature } from 'bun:bundle'
|
||||
// Runtime polyfill for bun:bundle (build-time macros)
|
||||
const feature = (name: string) => name === "BUDDY";
|
||||
if (typeof globalThis.MACRO === "undefined") {
|
||||
|
||||
Reference in New Issue
Block a user