AFFiNE/packages/octobase-node/build.rs
Peng Xiao c2b1a9b118
feat(client): add octobase-node to electron (#1672)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-03-27 01:59:36 -05:00

6 lines
63 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}