feat(native): provide FSWatcher

This commit is contained in:
LongYinan
2023-05-17 14:14:37 +08:00
parent 93521f434f
commit f25b75c0d8
23 changed files with 1215 additions and 788 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
extern crate napi_build;
fn main() {
fn main() -> Result<(), std::io::Error> {
napi_build::setup();
Ok(())
}