This commit is contained in:
Elio Bischof
2024-11-27 15:34:01 +01:00
parent 01fc92e307
commit d887493e94
2 changed files with 2 additions and 10 deletions

View File

@@ -72,13 +72,11 @@ export default defineConfig({
],
/* Run local dev server before starting the tests */
/*
webServer: {
command: "pnpm start:built",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
timeout: 5 * 60_000,
},
*/
});