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