build with env

This commit is contained in:
Elio Bischof
2024-10-16 18:22:55 +02:00
parent ca0e551dd5
commit be84e94926
4 changed files with 20 additions and 18 deletions

View File

@@ -75,7 +75,7 @@ export default defineConfig({
webServer: {
command: 'pnpm start',
url: 'http://127.0.0.1:3000',
reuseExistingServer: false, //!process.env.CI,
reuseExistingServer: !process.env.CI,
timeout: 5 * 60_000,
},
});