eas.json 335 B

123456789101112131415161718192021
  1. {
  2. "cli": {
  3. "version": ">= 7.0.0"
  4. },
  5. "build": {
  6. "development": {
  7. "node": "18.18.0",
  8. "developmentClient": true,
  9. "distribution": "internal"
  10. },
  11. "preview": {
  12. "distribution": "internal"
  13. },
  14. "production": {
  15. "distribution": "store"
  16. }
  17. },
  18. "submit": {
  19. "production": {}
  20. }
  21. }