1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-29 07:43:28 +00:00

Longer server update time

This commit is contained in:
Matt Gibson
2026-01-27 12:48:55 -08:00
parent 13975354b6
commit 61361cd2b6

View File

@@ -79,7 +79,8 @@ export default defineConfig({
webServer: {
command: "cd apps/web && npm run build:bit:watch",
url: webServerBaseUrl,
reuseExistingServer: true, //!process.env.CI,
reuseExistingServer: !process.env.CI,
ignoreHTTPSErrors: true,
timeout: 120 * 1000, // 2 minutes
},
});