fix architecture and write new tests

This commit is contained in:
root
2026-06-10 00:40:19 -04:00
parent 560da1cadf
commit 80a597bc10
377 changed files with 84020 additions and 1337 deletions
+7 -1
View File
@@ -53,7 +53,13 @@
"db:seed:admin": "npm run db:seed --workspace @rentaldrivego/database",
"db:studio": "cd packages/database && npx prisma studio",
"test:api": "npm run test --workspace @rentaldrivego/api",
"test:api:integration": "npm run test:integration --workspace @rentaldrivego/api"
"test:api:integration": "npm run test:integration --workspace @rentaldrivego/api",
"test:dashboard": "npm run test --workspace @rentaldrivego/dashboard",
"test:admin": "npm run test --workspace @rentaldrivego/admin",
"test:marketplace": "npm run test --workspace @rentaldrivego/marketplace",
"test:frontends": "npm run test:dashboard && npm run test:admin && npm run test:marketplace",
"security:static": "node scripts/security-static-check.mjs",
"security:scan": "npm run security:static && npm audit --production"
},
"devDependencies": {
"turbo": "^1.13.0",