const ENVIRONMENTS: object
const
object
LOCAL: string = 'local'
string
'local'
PRODUCTION: string = 'production'
'production'
STAGING: string = 'staging'
'staging'
Was this page helpful?