mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-09 12:34:54 +10:00
b6267d07ba
fix #698
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';
|