summaryrefslogtreecommitdiff
path: root/eas.json
diff options
context:
space:
mode:
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/eas.json b/eas.json
new file mode 100644
index 0000000..0ad80b5
--- /dev/null
+++ b/eas.json
@@ -0,0 +1,18 @@
+{
+ "cli": {
+ "version": ">= 11.0.3"
+ },
+ "build": {
+ "development": {
+ "developmentClient": true,
+ "distribution": "internal"
+ },
+ "preview": {
+ "distribution": "internal"
+ },
+ "production": {}
+ },
+ "submit": {
+ "production": {}
+ }
+}