mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
- Add Vercel rewrites to proxy `/ingest/*` and `/ingest/static/*` to PostHog's US endpoints - Update native `.env.example` to point `EXPO_PUBLIC_POSTHOG_HOST` at the self-hosted proxy URL
33 lines
497 B
JSON
33 lines
497 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 18.3.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"production": {
|
|
"autoIncrement": true
|
|
},
|
|
"preview": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6760432427"
|
|
},
|
|
"android": {
|
|
"track": "internal"
|
|
}
|
|
}
|
|
}
|
|
}
|