fix: local element-call not running
This commit is contained in:
@@ -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,
|
||||||
// },
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user