mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* feat: add `--root-certificate-path` option for mobile dev lets you use a HTTPS development server example usage: ``` cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/mobile-dev-cert cargo tauri android dev --open --root-certificate-path "/Users/lucas/Library/Application Support/mkcert/rootCA.pem" --features tauri/rustls-tls ``` * Apply suggestions from code review Co-authored-by: Fabian-Lars <github@fabianlars.de> --------- Co-authored-by: Fabian-Lars <github@fabianlars.de>
177 B
177 B
tauri-cli, @tauri-apps/cli
| tauri-cli | @tauri-apps/cli |
|---|---|
| minor:feat | minor:feat |
Added --root-certificate-path option to android dev and ios dev to be able to connect to HTTPS dev servers.