mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:14:09 +03:00
7 lines
102 B
Rust
7 lines
102 B
Rust
extern crate napi_build;
|
|
|
|
fn main() -> Result<(), std::io::Error> {
|
|
napi_build::setup();
|
|
Ok(())
|
|
}
|