add sync node example

This commit is contained in:
Nikita Sivukhin
2025-10-03 14:18:52 +04:00
parent b67ef8a7eb
commit 73049a0205
6 changed files with 100 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "sync-node",
"version": "1.0.0",
"main": "index.mjs",
"scripts": {
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@tursodatabase/sync": "^0.2.0"
}
}