chore: Packages
This commit is contained in:
parent
0fd66ad5f5
commit
e1e1dd6e9f
3 changed files with 7 additions and 3 deletions
|
@ -115,6 +115,10 @@ export default defineConfig({
|
|||
command: process.env.CI ? "cd ../ && npm run dev -w backend" : "cd ../ && npm run start -w backend",
|
||||
port: 3000,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
{
|
||||
command: "wait-on http://localhost:7080",
|
||||
timeout: 120000,
|
||||
}
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue