env.prod.js 94 B

1234
  1. module.exports = {
  2. NODE_ENV: 'production',
  3. // FORMAT_NODE_LOG: false, // default: true
  4. };