managarten/apps/manadeck/apps/mobile/eas.json
Wuesteon d36b321d9d style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write
  - TypeScript/JavaScript files
  - Svelte components
  - Astro pages
  - JSON configs
  - Markdown docs

  13 files still need manual review (Astro JSX comments)
2025-11-27 18:33:16 +01:00

28 lines
576 B
JSON

{
"cli": {
"version": ">= 16.13.3",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "${EXPO_PUBLIC_SUPABASE_URL}",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "${EXPO_PUBLIC_SUPABASE_ANON_KEY}",
"EXPO_PUBLIC_API_URL": "${EXPO_PUBLIC_API_URL}"
}
},
"preview": {
"developmentClient": false,
"distribution": "internal"
},
"production": {
"developmentClient": false,
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}