Skip to content

Commit

Permalink
chore(viteconfig): add me in availableRegions (#1834)
Browse files Browse the repository at this point in the history
* chore(viteconfig): add me in availableRegions

* Update vite.config.shared.ts

Co-authored-by: Adam DeHaven <[email protected]>

* chore(viteconfig): add me and in in availableRegions

me for Middle East and in for India.

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
hangrao and adamdehaven authored Dec 5, 2024
1 parent 893500f commit 1e0058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const getApiProxies = (pathToRoot: string = '../../../.') => {
: undefined

// Add additional regions as they become available
const availableRegions = ['au', 'eu', 'us']
const availableRegions = ['au', 'eu', 'us', 'me', 'in']
const regionalProxies = {}
// Build the regional API proxies
for (const region of availableRegions) {
Expand Down

0 comments on commit 1e0058f

Please sign in to comment.