Move domain models into domain package with schemas and validate with zod + elysia. Some maintenence as well

This commit is contained in:
Dominic Ferrando
2026-06-22 13:59:04 -04:00
parent ed5abac209
commit 6fa3d78571
16 changed files with 220 additions and 166 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"ml-levenberg-marquardt": "^5.0.0"
"ml-levenberg-marquardt": "^5.0.0",
"@blade-and-brawn/domain": "workspace:*"
},
"exports": {
".": "./src/index.ts"