mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 03:50:05 +03:00
8b6f3de0ad
* feat(core): add state management, closes #1655
* fix(tests): ignore doc example
* use a trait to manage #[command] parameters
* add docs [skip ci]
* finish command before moving into respond_async
* Revert "finish command before moving into respond_async"
This reverts commit 4651bed5bf
.
* refactor: split InvokeMessage into InvokeResolver, add InvokeResponse
* feat: add managed state to the plugin interface
* feat: add commands example
* add change file [skip ci]
* cleanup clones
Co-authored-by: chip reed <chip@chip.sh>
7 lines
117 B
JSON
7 lines
117 B
JSON
{
|
|
"name": "commands",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli.js/bin/tauri"
|
|
}
|
|
} |