cuizin/config/prod.env.js

5 lines
61 B
JavaScript
Raw Normal View History

'use strict'
module.exports = {
NODE_ENV: '"production"'
}