Add environment helper

This commit is contained in:
Sam Carlton 2021-06-09 10:58:13 -05:00
parent f3fb571036
commit 53e93f7a9e

2
helpers/environment.js Normal file
View file

@ -0,0 +1,2 @@
export const isProduction = process.env.NODE_ENV === 'PRODUCTION'