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 6d8c99e commit 45d6347Copy full SHA for 45d6347
packages/dobs/src/plugin.ts
@@ -4,8 +4,7 @@ import type { BaseServer } from '@dobsjs/http';
4
import type { ResolvedServerConfig, ServerConfig } from './config';
5
import type { Promisable, Maybe } from './_types';
6
import type { Routes } from './types';
7
-
8
-import { errorTracker } from '~/dobs/server/plugins/builtin-tracker';
+import { errorTracker } from './server/plugins/builtin-tracker';
9
10
export interface ErrorContext {
11
error: Error;
0 commit comments