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:
@@ -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
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user