Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-01-03 16:43:14 +00:00
parent aec43e67fa
commit eb4577a4c5
10 changed files with 315 additions and 86 deletions
+4 -4
View File
@@ -14,15 +14,15 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@prisma/client": "^7.2.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"@prisma/client": "^7.2.0",
"es-toolkit": "^1.39.0",
"zod": "^4.2.1"
"es-toolkit": "^1.43.0",
"zod": "^4.3.4"
},
"devDependencies": {
"tsdown": "^0.18.3",
"tsdown": "^0.18.4",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}