mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-26 21:54:38 +02:00
toggle clients with feature flag
This commit is contained in:
parent
7bf9cccbf6
commit
8f1cfd8037
9 changed files with 87 additions and 42 deletions
|
@ -95,6 +95,10 @@ export class Config {
|
|||
? "true"
|
||||
: "false";
|
||||
|
||||
process.env.FLAGS_ENABLE_CLIENTS = parsedConfig.flags?.disable_clients
|
||||
? "true"
|
||||
: "false";
|
||||
|
||||
this.rawConfig = parsedConfig;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue