3 lines
48 B
JavaScript
3 lines
48 B
JavaScript
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"production"'
|
||
|
|
}
|