wiwiway / src /shared /utils /featureFlags.ts
Claude Code
Sync gateway codebase without binaries
116b4cb
Raw
History Blame Contribute Delete
115 Bytes
export function isCcCompatibleProviderEnabled() {
return process.env.ENABLE_CC_COMPATIBLE_PROVIDER === "true";
}