add env var to .web.ts

This commit is contained in:
Hailey
2025-07-18 13:54:48 -07:00
parent 063a29c3d0
commit 3af792e7ee
+2
View File
@@ -16,3 +16,5 @@ export const BUNDLE_DATE = __DEV__
export const appVersion = packageDotJson.version
export const bundleInfo = `${BUNDLE_IDENTIFIER} (${__DEV__ ? 'dev' : 'prod'})`
export const USE_OAUTH = process.env.EXPO_PUBLIC_USE_OAUTH === 'true'