🎨 prod flag import

This commit is contained in:
Timur Ercan
2023-03-09 13:17:44 +01:00
parent 7eaa21fc1e
commit 9c7c7d1a3c
3 changed files with 4 additions and 1 deletions

1
packages/lib/env.ts Normal file
View File

@ -0,0 +1 @@
export const isENVProd = process.env.NODE_ENV === "production";