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 646616d commit 80b24f7Copy full SHA for 80b24f7
packages/open-next/src/adapters/logger.ts
@@ -1,4 +1,4 @@
1
-import { type BaseOpenNextError, isOpenNextError } from "utils/error";
+import { isOpenNextError } from "utils/error";
2
3
export function debug(...args: any[]) {
4
if (globalThis.openNextDebug) {
0 commit comments