mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 11:14:40 +03:00
7fcc0bcd34
* feat(cli/add): add plugin to `main.rs` closes #7696 * clippy * fix change file * adjust regex * run cargo fmt * check if already exists * typo [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
126 B
Markdown
7 lines
126 B
Markdown
---
|
|
'tauri-cli': 'patch:feat'
|
|
'@tauri-apps/cli': 'patch:feat'
|
|
---
|
|
|
|
Add plugin initialization rust code when using `tauri add`
|