ELRIWebSystem/Learning/vue/vue - ex1/config/prod.env.js

5 lines
61 B
JavaScript
Raw Permalink Normal View History

2023-12-17 03:07:17 +08:00
'use strict'
module.exports = {
NODE_ENV: '"production"'
}