mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 18:42:48 +03:00
c2b1a9b118
Co-authored-by: Himself65 <himself65@outlook.com>
6 lines
63 B
Rust
6 lines
63 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
napi_build::setup();
|
|
}
|