installed build prep

This commit is contained in:
Christopher Sanden
2026-03-19 22:26:18 +01:00
parent 294a932485
commit b683c6b7e5
4 changed files with 3226 additions and 22 deletions

21
FastNotes/eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.4.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}