fix(cli): builtin dev server should also be forwarded for Android (#10600)

This commit is contained in:
Lucas Fernandes Nogueira
2024-08-13 21:11:01 -03:00
committed by GitHub
parent f35bcda289
commit f4cd68f040
9 changed files with 50 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---
Fixes `android dev` not working when using the builtin dev server.