mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
import env from '@beam-australia/react-env';
|
|
|
|
export const FLAG_DISABLE_SIGNUPS = env('FLAG_DISABLE_SIGNUPS') === 'true';
|