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:
parent
127944aacb
commit
174d46578b
4 changed files with 17 additions and 9 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue