mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
fix: use workspace name 'workflowui' not path in playwright webServer command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineConfig({
|
||||
|
||||
/* Start workflowui dev server automatically when not running against Docker stack */
|
||||
webServer: process.env.PLAYWRIGHT_BASE_URL ? undefined : {
|
||||
command: 'npm run dev -w frontends/workflowui',
|
||||
command: 'npm run dev -w workflowui',
|
||||
url: 'http://localhost:3000/workflowui/',
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 120_000,
|
||||
|
||||
Reference in New Issue
Block a user