Move local plugin install command into plugins_ext

This commit is contained in:
Gregory Schier
2026-03-01 16:42:13 -08:00
parent 2ca51125a4
commit f302dc39a2
5 changed files with 33 additions and 36 deletions

View File

@@ -36,7 +36,6 @@ type TauriCmd =
| 'cmd_http_request_body'
| 'cmd_http_response_body'
| 'cmd_import_data'
| 'cmd_install_plugin'
| 'cmd_metadata'
| 'cmd_restart'
| 'cmd_new_child_window'