mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:44:36 +00:00
build with env
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user