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 32500fd commit 090b0c7Copy full SHA for 090b0c7
e2e/react-start/basic/playwright.config.ts
@@ -3,7 +3,7 @@ import {
3
getDummyServerPort,
4
getTestServerPort,
5
} from '@tanstack/router-e2e-utils'
6
-import { isSpaMode } from 'tests/utils/isSpaMode'
+import { isSpaMode } from './tests/utils/isSpaMode'
7
import packageJson from './package.json' with { type: 'json' }
8
9
const PORT = await getTestServerPort(
0 commit comments