e2e(standalone): server not starting due to wrong port

This commit is contained in:
Elian Doran
2026-04-19 17:59:47 +03:00
parent 735c1128e4
commit 4162806288

View File

@@ -11,7 +11,7 @@ export default createBaseConfig({
projectName: "standalone",
workers: 1,
webServer: !process.env.TRILIUM_DOCKER ? {
command: `pnpm start-prod-no-dir -- --port ${port}`,
command: `pnpm build && pnpm vite preview --host 127.0.0.1 --port ${port}`,
url: baseURL,
env: {
TRILIUM_INTEGRATION_TEST: "memory"