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,5 +1,6 @@
{
"dependencies": {
"@basango/domain": "workspace:*",
"@basango/encryption": "workspace:*",
"@basango/logger": "workspace:*",
"@date-fns/utc": "^2.1.1",
@@ -23,6 +24,9 @@
"./schema": "./src/schema.ts",
"./utils": "./src/utils/index.ts"
},
"imports": {
"#db/*": "./src/*"
},
"name": "@basango/db",
"private": true,
"scripts": {