2 lines
61 B
TypeScript
2 lines
61 B
TypeScript
export const LAUNCH_MODE = process.env.LAUNCH_MODE || 'DEV';
|
export const LAUNCH_MODE = process.env.LAUNCH_MODE || 'DEV';
|