This commit is contained in:
Bastian Wagner
2026-07-20 09:01:36 +02:00
parent 8cf57d7878
commit e62673ac11
98 changed files with 17372 additions and 80 deletions

View File

@@ -33,6 +33,7 @@
"migration:status": "npm --workspace apps/backend run migration:status",
"migration:run": "npm --workspace apps/backend run migration:run",
"migration:generate": "npm --workspace apps/backend run migration:generate",
"seed:development": "npm --workspace apps/backend run seed:development --",
"docker:build": "docker build ."
},
"devDependencies": {