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 f888251 commit 8079976Copy full SHA for 8079976
e2e/react-start/basic/playwright.config.ts
@@ -35,7 +35,7 @@ export default defineConfig({
35
reuseExistingServer: !process.env.CI,
36
stdout: 'pipe',
37
env: {
38
- SPA_MODE: isSpaMode.toString(),
+ MODE: process.env.MODE || '',
39
VITE_NODE_ENV: 'test',
40
VITE_EXTERNAL_PORT: String(EXTERNAL_PORT),
41
VITE_SERVER_PORT: String(PORT),
0 commit comments