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