feat(server): add error handler & refactor controllers

This commit is contained in:
dayjoy
2025-09-26 15:50:37 +08:00
parent 9551f6aab9
commit d346a9f2f4
13 changed files with 173 additions and 172 deletions

View File

@@ -6,9 +6,6 @@
"module": "node16",
"moduleResolution": "node16",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "./build",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,