mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +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