chore(backend): Setup MikroORM

Simpele configuratie, geen integratie
Succesvol commando's uitvoeren werkt
This commit is contained in:
Tibo De Peuter 2025-02-19 19:59:36 +01:00
parent 6d73120975
commit 2f280d3fb2
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
8 changed files with 1341 additions and 191 deletions

10
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"recommendations": [
"Vue.volar",
"vitest.explorer",
"ms-playwright.playwright",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
]
}