We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eb475 commit bbaa07dCopy full SHA for bbaa07d
eslint.config.mjs
@@ -18,5 +18,6 @@ export default unjs({
18
"unicorn/consistent-function-scoping": 0,
19
"@typescript-eslint/no-empty-object-type": 0,
20
"unicorn/no-empty-file": 0,
21
+ "unicorn/prefer-single-call": 0,
22
},
23
});
src/core/dev-server/server.ts
@@ -13,8 +13,7 @@ import {
13
fromNodeMiddleware,
14
toNodeListener,
15
} from "h3";
16
-import {
17
- default as devErrorHandler,
+import devErrorHandler, {
defaultHandler as devErrorHandlerInternal,
loadStackTrace,
} from "../../runtime/internal/error/dev";
0 commit comments