test: update routes in tests

This commit is contained in:
2026-09-10 20:40:49 +05:00
parent 33e3f3c4f0
commit 0160b316c9
8 changed files with 64 additions and 41 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default defineConfig({
],
webServer: {
command: "pnpm build && node scripts/serve-static.mjs --port 4173",
url: "http://127.0.0.1:4173/preview",
url: "http://127.0.0.1:4173/",
reuseExistingServer: !process.env.CI,
timeout: 180_000,
},