push
This commit is contained in:
9
innungsapp/apps/mobile/lib/org-config.ts
Normal file
9
innungsapp/apps/mobile/lib/org-config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import Constants from 'expo-constants'
|
||||
|
||||
export function getOrgSlug(): string {
|
||||
return (
|
||||
process.env.EXPO_PUBLIC_ORG_SLUG ??
|
||||
(Constants.expoConfig?.extra as { orgSlug?: string } | undefined)?.orgSlug ??
|
||||
'tischler'
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user