We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08020c6 commit e892050Copy full SHA for e892050
utils/flags.js
@@ -0,0 +1,6 @@
1
+export const underConstruction = process.env.NEXT_PUBLIC_CONSTRUCTION_FLAG === 'true';
2
+
3
+export const PageIdentifiers = {
4
+ EXECUTIVE_LEVEL_CONTAINER: 'EXECUTIVE_LEVEL_CONTAINER',
5
+ INTERNAL_LEVEL_CONTAINER: 'INTERNAL_LEVEL_CONTAINER',
6
+};
0 commit comments