eas.json 275 B

123456789101112131415161718
  1. {
  2. "cli": {
  3. "version": ">= 5.7.0"
  4. },
  5. "build": {
  6. "development": {
  7. "developmentClient": true,
  8. "distribution": "internal"
  9. },
  10. "preview": {
  11. "distribution": "internal"
  12. },
  13. "production": {}
  14. },
  15. "submit": {
  16. "production": {}
  17. }
  18. }