feat(server): introduce user friendly server errors (#7111)

This commit is contained in:
liuyi
2024-06-17 11:30:58 +08:00
committed by GitHub
parent 5307a55f8a
commit 54fc1197ad
65 changed files with 3170 additions and 924 deletions
+7 -1
View File
@@ -131,6 +131,11 @@
"ts-node/esm/transpile-only.mjs",
"--es-module-specifier-resolution=node"
],
"watchMode": {
"ignoreChanges": [
"**/*.gen.*"
]
},
"files": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
@@ -160,7 +165,8 @@
],
"ignore": [
"**/__tests__/**",
"**/dist/**"
"**/dist/**",
"*.gen.*"
],
"env": {
"TS_NODE_TRANSPILE_ONLY": true,