feat(backend): theme routes in different languages

This commit is contained in:
Gabriellvl 2025-02-22 22:55:27 +01:00
parent c07bb959cf
commit 4186e7c7d4
9 changed files with 1553 additions and 6 deletions

View file

@ -17,8 +17,10 @@
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@types/js-yaml": "^4.0.9",
"dotenv": "^16.4.7",
"express": "^5.0.1"
"express": "^5.0.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@mikro-orm/cli": "^6.4.6",