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

@@ -12,8 +12,9 @@
"dependencies": {
"chalk": "^5.6.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.18.2",
"moment": "^2.30.1",
"ws": "^8.18.3"
"ws": "^8.18.3",
"zod": "^4.2.1"
}
}