oscartbeaumont / tauri-specta

Completely typesafe Tauri commands
MIT License
291 stars 27 forks source link

Allow exporting commands within Tauri Plugin #31

Closed oscartbeaumont closed 10 months ago

oscartbeaumont commented 10 months ago

When building a Tauri plugin you may add commands and want to use Tauri Specta with it but it doesn't properly handle the plugin:{plugin_name}|command thing.

Brendonovich commented 10 months ago

In v2 this is handled with build_plugin_utils: https://github.com/oscartbeaumont/tauri-specta/pull/43