File size: 115 Bytes
35743bd
 
 
1
2
3
4
export function isCcCompatibleProviderEnabled() {
  return process.env.ENABLE_CC_COMPATIBLE_PROVIDER === "true";
}