Skip to content

Commit c07ae1a

Browse files
chore(pos-app): add EAS project ID to app.json
Required for eas CLI commands (build:list, fingerprint:compare) to identify the project in non-interactive mode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b1ce956 commit c07ae1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dapps/pos-app/app.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
"experiments": {
138138
"typedRoutes": true,
139139
"reactCompiler": true
140-
}
140+
},
141+
"extra": {
142+
"router": {},
143+
"eas": {
144+
"projectId": "caf3a0d7-e413-45c2-b3b9-879cd30b3501"
145+
}
146+
},
147+
"owner": "reown-mobile"
141148
}
142149
}

0 commit comments

Comments
 (0)