PLC-read/config/prod.env.js
2023-12-18 09:42:27 +08:00

5 lines
61 B
JavaScript

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