Files
sofa/apps/native/eas.json
T
jakeandClaude Opus 4.6 3148574d5b feat(docs): add OpenAPI API reference from oRPC contract
Generate an OpenAPI 3.1 spec from the oRPC contract at build time
using @orpc/openapi, then use fumadocs-openapi to render interactive
API reference pages grouped by tag (Titles, Episodes, Seasons, etc.).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 13:07:42 -04:00

28 lines
419 B
JSON

{
"cli": {
"version": ">= 18.3.0",
"appVersionSource": "remote"
},
"build": {
"production": {
"autoIncrement": true
},
"development": {
"developmentClient": true,
"ios": {
"simulator": true
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6760432427"
},
"android": {
"track": "internal"
}
}
}
}