云锦规则
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rule-yunjin/config/prod.env.js

3 lines
93 B

module.exports = {
NODE_ENV: process.argv[3] == 'produce' ? '"produce"' : '"production"'
}