add valibot dependency for remote function schemas

This commit is contained in:
hiperman
2026-02-21 20:18:58 -05:00
parent 84077e0e37
commit 85f5292369
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -62,6 +62,7 @@
},
"dependencies": {
"@triplit/client": "^1.0.50",
"better-sqlite3": "^12.6.2"
"better-sqlite3": "^12.6.2",
"valibot": "^1.2.0"
}
}