fix: 修复构建问题

This commit is contained in:
claude-code-best 2026-04-01 09:58:26 +08:00
parent 0135ad99ad
commit b32dd4549d

View File

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