start already built

This commit is contained in:
Elio Bischof
2024-10-19 01:16:59 +02:00
parent bdfbd94661
commit 3ce1703055
4 changed files with 5 additions and 1 deletions

View File

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