mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
chore(dev): Switch to using build constant for isDev check
This commit is contained in:
8
apps/desktop/src/global.d.ts
vendored
8
apps/desktop/src/global.d.ts
vendored
@@ -1,2 +1,10 @@
|
||||
declare module "forcefocus";
|
||||
declare const ipc: typeof import("./preload").ipc;
|
||||
|
||||
/**
|
||||
* Will be turned into a constant string in the main process only
|
||||
* likely either `"development"` or `"production"`.
|
||||
*
|
||||
* This is done using the `DefinePlugin` in our webpack files.
|
||||
*/
|
||||
declare const BIT_ENVIRONMENT: string;
|
||||
|
||||
Reference in New Issue
Block a user