daniel

Results 3 comments of daniel

I can see the `cleartext` property is omitted on reassignment here: https://github.com/ionic-team/capacitor/blob/5b2ab7c68db4e77b8b2961e927acc5a708ee260f/cli/src/util/livereload.ts#L123C2-L148C4 Noting the protocol is also hardcoded and prevents SSL.

This [Gist](https://gist.github.com/piktur/a75b3217467eda3d3b7813c7260483d5) preserves server options declared in `capacitor.config.*`, also implements an additional CLI option to override the HMR server protocol.

Encountering similar issue but for `*.vue` files. It seems the WASM bindings don't exist in .continue directory as both [`tree-sitter`](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web#generate-wasm-language-files) and [core/util/treeSitter.ts#L162](https://github.com/continuedev/continue/blob/029dc5aceac1df7cbde5f955f693a86c647eab61/core/util/treeSitter.ts#L162) suggest they should? ## To reproduce: Run the...