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 9c1f79b commit 5eef42fCopy full SHA for 5eef42f
packages/react-router/src/vite/buildEnd/handleOnBuildEnd.ts
@@ -1,5 +1,5 @@
1
import { rm } from 'node:fs/promises';
2
-import type { Config } from '@react-router/dev/dist/config';
+import type { Config } from '@react-router/dev/config';
3
import SentryCli from '@sentry/cli';
4
import { glob } from 'glob';
5
import type { SentryReactRouterBuildOptions } from '../types';
0 commit comments