Merge branch 'development' into f102_test_KeineListeVorhanden

This commit is contained in:
2025-09-05 14:38:04 +02:00
7 changed files with 14 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test": "npm run test:unit -- --run",
"init-db": "tsx ./src/init/init_db.ts"
},
"devDependencies": {