mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 13:09:01 +01:00
fix(e2e/server): data dir not working
This commit is contained in:
parent
9c43d661be
commit
f6579ac434
@ -26,7 +26,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
/* Run your local dev server before starting the tests */
|
/* Run your local dev server before starting the tests */
|
||||||
webServer: !process.env.TRILIUM_DOCKER ? {
|
webServer: !process.env.TRILIUM_DOCKER ? {
|
||||||
command: 'pnpm start-prod',
|
command: 'pnpm start-prod-no-dir',
|
||||||
url: baseURL,
|
url: baseURL,
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
cwd: join(__dirname, "../server"),
|
cwd: join(__dirname, "../server"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user