mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
feat(native): provide FSWatcher
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
extern crate napi_build;
|
||||
|
||||
fn main() {
|
||||
fn main() -> Result<(), std::io::Error> {
|
||||
napi_build::setup();
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user