toggle clients with feature flag

This commit is contained in:
miloschwartz
2025-06-26 15:09:16 -04:00
parent 7bf9cccbf6
commit 8f1cfd8037
9 changed files with 87 additions and 42 deletions

View File

@@ -24,5 +24,6 @@ export type Env = {
allowBaseDomainResources: boolean;
disableLocalSites: boolean;
disableBasicWireguardSites: boolean;
enableClients: boolean;
};
};