mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
test: update webServer port on playwright e2e test
This commit is contained in:
@@ -103,7 +103,7 @@ const config: PlaywrightTestConfig = {
|
||||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: 'npm run dev',
|
||||
port: 3000,
|
||||
port: 8080,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user