mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-09 13:39:26 +00:00
fix(frontend): make Playwright server command portable (#5185)
This commit is contained in:
parent
ec274bdedb
commit
b002d55991
@ -28,8 +28,7 @@ export default defineConfig({
|
||||
webServer: skipWebServer
|
||||
? undefined
|
||||
: {
|
||||
command:
|
||||
"./node_modules/.bin/next build && ./node_modules/.bin/next start",
|
||||
command: "pnpm exec next build && pnpm exec next start",
|
||||
url: baseURL,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 120_000,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user