mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const isENVProd = process.env.NODE_ENV === "production";
|