mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 03:24:19 +08:00
* Offer select closest region CTA in project creation * Update region select CTA to use cloudflare and support all regions * Auto select region, remove CTA * Update apps/studio/components/interfaces/ProjectCreation/RegionSelector.tsx Co-authored-by: Alaister Young <alaister@users.noreply.github.com> --------- Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
export const miscKeys = {
|
|
defaultRegion: (cloudProvider: string | undefined, useRestrictedPool: boolean) =>
|
|
['defaultRegion', [cloudProvider, useRestrictedPool]] as const,
|
|
}
|