basic version of forms

This commit is contained in:
metacryst
2025-12-22 04:53:00 -06:00
parent 80ceb48a62
commit 97bd02c59a
14 changed files with 153 additions and 1742 deletions

View File

@@ -9,6 +9,7 @@
".": "./client/index.js"
},
"dependencies": {
"ws": "^8.16.0"
"ws": "^8.16.0",
"zod": "^4.2.1"
}
}
}