PyTorchBoot_UI/config/prod.env.js
2024-09-13 09:46:25 -05:00

5 lines
61 B
JavaScript

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