This commit is contained in:
mozrokafor 2024-01-11 13:17:48 -05:00
Родитель a9db29d888
Коммит 1b6125e7a6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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,
}