fix(e2e/server): data dir not working

This commit is contained in:
Elian Doran 2025-09-02 21:45:59 +03:00
parent 9c43d661be
commit f6579ac434
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: !process.env.TRILIUM_DOCKER ? {
command: 'pnpm start-prod',
command: 'pnpm start-prod-no-dir',
url: baseURL,
reuseExistingServer: !process.env.CI,
cwd: join(__dirname, "../server"),