Files
2026-03-31 09:24:58 -07:00

5 lines
153 B
TypeScript

// Stub for bun:bundle — feature() is compile-time in Bun; replaced by build script
export function feature(_flag: string): boolean {
return false
}