Files
JKVideo/eas.json
Developer 3f82646496 init
2026-03-26 12:15:40 +08:00

29 lines
749 B
JSON

{
"cli": {
"version": ">= 16.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production",
"env": {
"EXPO_PUBLIC_APP_ENV": "production",
"SENTRY_AUTH_TOKEN": "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",
"SENTRY_ORG": "your-org-slug",
"SENTRY_PROJECT": "your-project-slug"
}
}
},
"submit": {
"production": {}
}
}