mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add environment helper
This commit is contained in:
parent
f3fb571036
commit
53e93f7a9e
1 changed files with 2 additions and 0 deletions
2
helpers/environment.js
Normal file
2
helpers/environment.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
export const isProduction = process.env.NODE_ENV === 'PRODUCTION'
|
||||
Loading…
Add table
Add a link
Reference in a new issue