feat(tauri): expose profile + profile_term commands

This commit is contained in:
2026-04-19 20:48:09 +01:00
parent d8a5b9bef1
commit c8952df591
3 changed files with 166 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ pub mod hardware;
pub mod hotkey;
pub mod live;
pub mod models;
pub mod profiles;
pub mod transcription;
pub mod tasks;
pub mod transcripts;