204000aabc
Resolve 3 merge conflicts and renumber the automation_hooks migration to follow main's migration chain (036_add_document_translation_fields). Conflicts resolved: - app/api/__init__.py: add automation_router alongside main's new routers - app/utils/settings_service.py: add automation_hooks_enabled alongside compliance_enabled - tests/conftest.py: add AutomationHook alongside AuditLog/ComplianceTemplate imports Migration renumbered: - 027_add_automation_hooks → 037_add_automation_hooks - down_revision: 026_add_scheduled_jobs → 036_add_document_translation_fields Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 5.9.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"simulator": false,
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"node": "20.19.4",
|
|
"env": {
|
|
"NODE_NO_WARNINGS": "1"
|
|
},
|
|
"ios": {
|
|
"image": "macos-sequoia-15.5-xcode-26.0"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "christianlouis@gmail.com",
|
|
"ascAppId": "6760611200",
|
|
"appleTeamId": "975U2ZESBM"
|
|
},
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-play-service-account.json",
|
|
"track": "production"
|
|
}
|
|
}
|
|
}
|
|
}
|