mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:41:22 +02:00
NodeJS Plugin Runtime (#53)
This commit is contained in:
4
src-tauri/tauri-plugin-plugin-runtime/build.rs
Normal file
4
src-tauri/tauri-plugin-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