feat: more feature flags

This commit is contained in:
2023-10-17 10:54:34 +01:00
parent 1a507679f3
commit 281785952d
12 changed files with 119 additions and 87 deletions

View File

@ -45,7 +45,11 @@ declare const CONFIG: {
appleTouchIconUrl: string;
httpCache: string;
animalNamePlaceholders: boolean;
defaultZapPoolFee?: number;
features: {
analytics: boolean;
subscriptions: boolean;
deck: boolean;
zapPool: boolean;
};
};