Move @tursodatabase/sync code to sync/javascript

This commit is contained in:
Pekka Enberg
2025-08-18 14:22:00 +03:00
parent 33ddae1877
commit 13b805a992
27 changed files with 13 additions and 13 deletions

3
sync/javascript/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
napi_build::setup();
}