Merge branch 'dev' into chore/database-setup

This commit is contained in:
Gabriellvl 2025-02-28 10:32:41 +01:00 committed by GitHub
commit 721be116cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 2396 additions and 452 deletions

View file

@ -20,7 +20,10 @@
"@mikro-orm/reflection": "6.4.6",
"dotenv": "^16.4.7",
"express": "^5.0.1",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"express": "^5.0.1",
"js-yaml": "^4.1.0",
"@types/js-yaml": "^4.0.9",
},
"devDependencies": {
"@mikro-orm/cli": "^6.4.6",