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 05702c1 commit eff1234Copy full SHA for eff1234
1 file changed
apps/site/playwright.config.ts
@@ -41,7 +41,7 @@ function getWebServerConfig(): Pick<Config, 'webServer'> {
41
if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) {
42
return {
43
webServer: {
44
- command: 'node_modules/.bin/turbo cloudflare:preview',
+ command: '../../node_modules/.bin/turbo cloudflare:preview',
45
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
46
timeout: 60_000 * 3,
47
},
0 commit comments