mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-19 03:01:28 +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:
@@ -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