Support capacitor.config.js/capacitor.config.ts #16121
Replies: 2 comments
-
In case anyone wants to contribute, here are the places where the config file gets read: quasar/app-vite/lib/modes/capacitor/config-file.js Lines 70 to 73 in 0cd5f34 quasar/app-webpack/lib/modes/capacitor/config-file.js Lines 70 to 73 in 0cd5f34 Unless you introduce huge, problematic, not well-maintained, etc. libraries, we can accept PRs. |
Beta Was this translation helpful? Give feedback.
-
In my case, dynamic intervention in the config would also be an advantage. I am currently looking for a solution to insert the address of the Vite server
The background is that we do not want to add the capacitor.config.json to Do you have any advice on how to solve this with the JSON format? How do you work at this point in Teams and git? |
Beta Was this translation helpful? Give feedback.
-
It would be nice to support
capacitor.config.ts
for extended options and implicit type checks by Typescript.Example:
Beta Was this translation helpful? Give feedback.
All reactions