mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(cli): include default.toml and capabilities in plugin template * replace execute usage with ping * add to capabilities * use default permission set
7 lines
198 B
Markdown
7 lines
198 B
Markdown
---
|
|
"tauri-cli": "patch:enhance"
|
|
"@tauri-apps/cli": "patch:enhance"
|
|
---
|
|
|
|
Enhance the plugin template to include `permissions/default.toml` and default capabilities file for the example application.
|