This commit is contained in:
eric
2025-09-29 12:35:14 +08:00
parent 1753829889
commit 33793d7370
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,8 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: "npm run dev",
url: "http://127.0.0.1:5173",
// url: "http://127.0.0.1:5173",
url: "http://0.0.0.0:5173",
reuseExistingServer: !process.env.CI,
},
});