mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* fix(cli/migrate): migrate only known plugins closes #9533 * use tuple --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
8 lines
130 B
Markdown
8 lines
130 B
Markdown
---
|
|
"tauri-cli": "patch:bug"
|
|
"@tauri-apps/cli": "patch:bug"
|
|
---
|
|
|
|
Fix `tauri migrate` trying to migrate to a non-existing plugin.
|
|
|