mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:37:17 +08:00
fix(e2e/server): data dir not working
This commit is contained in:
parent
9c43d661be
commit
f6579ac434
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue