mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test(e2e-landing): match enterprise redesign and fix Astro dev-server config (#241)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user