Use new env var

This commit is contained in:
Eric Bailey
2025-01-09 12:20:43 -06:00
parent 2eb19981ba
commit 19fc4535b2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -4,3 +4,7 @@ export const LOG_LEVEL = (process.env.EXPO_PUBLIC_LOG_LEVEL || 'info') as
| 'info'
| 'warn'
| 'error'
export const APPVIEW_PROXY = process.env.APPVIEW_PROXY || ''
console.log({APPVIEW_PROXY})