fix: local element-call not running

This commit is contained in:
Valere
2025-03-13 15:37:54 +01:00
parent a7af470549
commit 4efc32f8e2

View File

@@ -66,9 +66,9 @@ export default defineConfig({
],
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'yarn run backend',
// url: 'http://synapse.localhost:8008',
// reuseExistingServer: !process.env.CI,
// },
webServer: {
command: "yarn dev",
url: "https://localhost:3000",
reuseExistingServer: !process.env.CI,
},
});