Files
hht-hf/config/prod.env.js

5 lines
61 B
JavaScript
Raw Normal View History

2022-11-09 10:02:49 +08:00
'use strict'
module.exports = {
NODE_ENV: '"production"'
}