env.prod.js 77 B

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