1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix prod build

This commit is contained in:
Chocobozzz 2017-06-11 17:49:13 +02:00
parent 127944aacb
commit 174d46578b
4 changed files with 17 additions and 9 deletions

View file

@ -121,6 +121,7 @@ module.exports = function (env) {
'ENV': JSON.stringify(METADATA.ENV),
'HMR': METADATA.HMR,
'API_URL': JSON.stringify(METADATA.API_URL),
'process.version': JSON.stringify(process.version),
'process.env': {
'ENV': JSON.stringify(METADATA.ENV),
'NODE_ENV': JSON.stringify(METADATA.ENV),