mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Ensure Angular is running as production (#1093)
This commit is contained in:
@@ -249,7 +249,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
isDev(): boolean {
|
||||
return process.env.ENV === 'development';
|
||||
return process.env.NODE_ENV === 'development';
|
||||
}
|
||||
|
||||
isSelfHost(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user