add port for webserver
This commit is contained in:
Родитель
a9db29d888
Коммит
1b6125e7a6
|
@ -118,6 +118,7 @@ export default defineConfig({
|
|||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: 'npm run build; npm start',
|
||||
port: 6060,
|
||||
// Building the app can take some time:
|
||||
timeout: 600_000,
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче