Where is capacitor.config.json supposed to live? #5127
Unanswered
allidoisace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I run
npx cap sync && ionic cap run ios -l --external -p 3000
there are 2capacitor.config.json
that are created.1 is created in the current directory with
package.json
.1 is created in
./ios/App/App
.I would like to switch to a
.ts
file as recommended by capacitor 3 switch, but thecapacitor.config.json
changes in different circumstances for me, so I currently do not commit it.Beta Was this translation helpful? Give feedback.
All reactions