mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Netlify envirnment variables link
This commit is contained in:
parent
2cca34a689
commit
5afe30d2f6
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import path from 'path'
|
|||
|
||||
export const isProduction = process.env.NODE_ENV === 'PRODUCTION'
|
||||
|
||||
// https://docs.netlify.com/configure-builds/environment-variables/#build-metadata
|
||||
export const isNetlify = process.env.NETLIFY === true
|
||||
|
||||
export const rootDir = path.resolve(__dirname, '../')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue