* hardening: isolate third-party paths and clean external-build metadata * fix: restore external feedback flow and make privacy check portable
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
export function getGrowthBookClientKey(): string {
|
|
return process.env.GROWTHBOOK_CLIENT_KEY ?? ''
|
|
}
|