mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
chore: enable reuseExistingServer
This commit is contained in:
@@ -92,6 +92,7 @@ const config: PlaywrightTestConfig = {
|
|||||||
webServer: {
|
webServer: {
|
||||||
command: 'npm run dev',
|
command: 'npm run dev',
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
reuseExistingServer: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user