tauri/.changes/cli-add-to-main-rs.md
Amr Bashir 7fcc0bcd34
feat(cli/add): add plugin init code to main.rs (#8490)
* 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>
2024-02-01 08:05:45 -03:00

7 lines
126 B
Markdown

---
'tauri-cli': 'patch:feat'
'@tauri-apps/cli': 'patch:feat'
---
Add plugin initialization rust code when using `tauri add`