fix: Move error reporting from Vercel Serverless to Express

This commit is contained in:
2026-01-02 15:40:04 +01:00
parent 6f5f539c91
commit 84a6de8eef
3 changed files with 50 additions and 210 deletions

View File

@@ -1,7 +0,0 @@
{
"functions": {
"api/**/*.ts": {
"runtime": "@vercel/node@3"
}
}
}