mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
gulp fix for env
This commit is contained in:
@@ -216,7 +216,7 @@ function config() {
|
||||
version: project.version,
|
||||
environment: project.env
|
||||
}
|
||||
}, require('./settings.' + project.env + '.json') || {})
|
||||
}, require('./settings' + (project.env !== 'Development' ? ('.' + project.env) : '') + '.json') || {})
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user