diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 16:25:37 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 16:25:37 +0000 |
| commit | 94d87971e6f83fb46b6db3f30a0ca135d87ba2e2 (patch) | |
| tree | 5c032bb922e891d7f83515f91254457fec73fafb /packages/mobile/eas.json | |
| parent | e1c511c7c27034f94b8598b44467782af346b9c1 (diff) | |
| download | karakeep-94d87971e6f83fb46b6db3f30a0ca135d87ba2e2.tar.zst | |
mobile: First production build configs
Diffstat (limited to 'packages/mobile/eas.json')
| -rw-r--r-- | packages/mobile/eas.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/mobile/eas.json b/packages/mobile/eas.json new file mode 100644 index 00000000..0897755d --- /dev/null +++ b/packages/mobile/eas.json @@ -0,0 +1,19 @@ +{ + "cli": { + "version": ">= 7.5.0", + "promptToConfigurePushNotifications": false + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +} |
