feat(F-185): completed feature

This commit is contained in:
chattie
2026-08-22 19:30:45 +02:00
parent 5f60c191b4
commit b79f50f0b1
15 changed files with 91 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
"lint:boundaries": "node scripts/check-module-boundaries.mjs src",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
"test:integration": "node --env-file-if-exists=.env node_modules/vitest/vitest.mjs run itest",
"test:integration": "node --env-file-if-exists=.env node_modules/vitest/vitest.mjs run itest --no-file-parallelism",
"docker:up": "docker compose up -d --wait",
"docker:down": "docker compose down",
"db:seed": "node --env-file-if-exists=.env scripts/seed.cjs",