File size: 122 Bytes
f27679f
 
 
1
2
3
4
export const showBetaFeatures = `${
  process.env.NEXT_PUBLIC_SHOW_BETA_FEATURES || ""
}`.trim().toLowerCase() === "true"