1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

Add web client as server

This commit is contained in:
Matt Gibson
2025-10-07 15:07:54 -07:00
parent a79e202573
commit 39277be593

View File

@@ -72,9 +72,9 @@ export default defineConfig({
],
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://localhost:3000',
// reuseExistingServer: !process.env.CI,
// },
webServer: {
command: "cd apps/web && npm run build:bit:watch",
url: "https://localhost:8080 ",
reuseExistingServer: true, //!process.env.CI,
},
});