feat(domain): centralize data definition

This commit is contained in:
2025-11-17 00:04:27 +02:00
parent e7585aa76c
commit f39635e04f
96 changed files with 3474 additions and 1167 deletions
+4
View File
@@ -1,6 +1,7 @@
{
"dependencies": {
"@basango/db": "workspace:*",
"@basango/domain": "workspace:*",
"@basango/encryption": "workspace:*",
"@basango/logger": "workspace:*",
"@hono/node-server": "^1.19.6",
@@ -19,6 +20,9 @@
"exports": {
"./trpc/routers/_app": "./src/trpc/routers/_app.ts"
},
"imports": {
"#api/*": "./src/*"
},
"name": "@basango/api",
"private": true,
"scripts": {