mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Add devFlag for the config service retrieval interval when developing (#9006)
* Add devFlag for a configurable config retrieval interval when developing * Add Ms suffix to dev flag
This commit is contained in:
@@ -11,6 +11,7 @@ export type SharedFlags = {
|
||||
export type SharedDevFlags = {
|
||||
noopNotifications: boolean;
|
||||
skipWelcomeOnInstall: boolean;
|
||||
configRetrievalIntervalMs: number;
|
||||
};
|
||||
|
||||
function getFlags<T>(envFlags: string | T): T {
|
||||
|
||||
Reference in New Issue
Block a user