dont build

This commit is contained in:
Elio Bischof
2024-11-27 15:25:46 +01:00
parent 9b3765098f
commit 01fc92e307

View File

@@ -72,10 +72,13 @@ 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,
},
*/
});