test(e2e-landing): match enterprise redesign and fix Astro dev-server config (#241)

This commit is contained in:
SnapOtter
2026-06-15 22:14:50 +08:00
committed by GitHub
parent 44bfca105f
commit 25babfae15
3 changed files with 43 additions and 61 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default defineConfig({
},
],
webServer: {
command: `cd apps/landing && npx next dev -p ${LANDING_PORT}`,
command: `cd apps/landing && npx astro dev --port ${LANDING_PORT}`,
port: LANDING_PORT,
reuseExistingServer: !process.env.CI,
timeout: 60_000,