mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 11:16:32 +02:00
1 line
76 B
TypeScript
1 line
76 B
TypeScript
export const isInMaintenanceMode = process.env.MAINTENANCE_MODE === "true";
|