mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Model and DB refactor (#61)
- [x] Move from `sqlx` to `rusqlite` - [x] Generate TS types from Rust models
This commit is contained in:
4
src-tauri/yaak_plugin_runtime/build.rs
Normal file
4
src-tauri/yaak_plugin_runtime/build.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::compile_protos("../../proto/plugins/runtime.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user