type FeatureFlags = {
APP_STORE_BUILD: boolean;
};
export const featureFlags: FeatureFlags = {
APP_STORE_BUILD: false,