Updated environment.ts and workflow
Some checks failed
Setup testing environment and test the code / build (push) Has been cancelled

This commit is contained in:
2026-04-05 12:21:38 +02:00
parent 6c1161b827
commit 431b33a2b9
6 changed files with 71 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^25.5.2",
"typescript": "^5.5.3",
"vitest": "^4.1.2"
},
@@ -18,6 +19,7 @@
"dependencies": {
"@faker-js/faker": "^10.4.0",
"axios": "^1.14.0",
"dotenv": "^17.4.0",
"msw": "^2.12.14",
"uuid": "^13.0.0"
}