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 4a6f962 commit 5e4f3aeCopy full SHA for 5e4f3ae
1 file changed
tools/ui/playwright.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test';
2
3
export default defineConfig({
4
webServer: {
5
- command: 'npm run build && http-server ../../build/tools/ui/dist -p 8181',
+ command: 'npm run build && http-server dist -p 8181',
6
port: 8181,
7
timeout: 120000,
8
reuseExistingServer: false
0 commit comments