mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
BWCLI_ENV
This commit is contained in:
@@ -107,7 +107,7 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
isDev(): boolean {
|
||||
return process.env.ENV === 'development';
|
||||
return process.env.BWCLI_ENV === 'development';
|
||||
}
|
||||
|
||||
copyToClipboard(text: string, options?: any): void {
|
||||
|
||||
Reference in New Issue
Block a user