fix: backend route fix for error handling + fixed package import

This commit is contained in:
theoleuthardt 2025-02-21 15:14:02 +01:00
parent 0833ce98b8
commit 5291a05d2c
2 changed files with 15 additions and 7 deletions

View file

@ -5,6 +5,7 @@
"outDir": "./dist",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}