Files
screen-lnsh-new/config/prod.env.js

5 lines
61 B
JavaScript
Raw Normal View History

2023-10-30 09:42:00 +08:00
'use strict'
module.exports = {
NODE_ENV: '"production"'
}