Currently the Tauri commands that are being used in the frontend (TS) are manually referenced by name. We should find a way to generate type safe definitions in TS based on the Rust code for the commands and use those instead in the frontend code.
Currently the Tauri commands that are being used in the frontend (TS) are manually referenced by name.
We should find a way to generate type safe definitions in TS based on the Rust code for the commands and use those instead in the frontend code.