This commit is contained in:
2025-12-04 17:07:59 +01:00
parent 60a3c82cd9
commit 88c6befc7c
33 changed files with 602 additions and 261 deletions

View File

@@ -6,7 +6,8 @@
"type": "module",
"exports": {
"./domain/*": "./domain/*",
"./application/*": "./application/*"
"./application/*": "./application/*",
"./infrastructure/*": "./infrastructure/*"
},
"dependencies": {
"zod": "^3.25.76"