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 */ /* Run your local dev server before starting the tests */
// webServer: { webServer: {
// command: 'yarn run backend', command: "yarn dev",
// url: 'http://synapse.localhost:8008', url: "https://localhost:3000",
// reuseExistingServer: !process.env.CI, reuseExistingServer: !process.env.CI,
// }, },
}); });