prod.env.js 90 Bytes
Newer Older
Davve's avatar
Davve committed
1 2 3 4 5
module.exports = {
  NODE_ENV: '"production"',
  ENV_CONFIG: '"prod"',
  BASE_API: '""'
}