mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 12:50:47 +08:00
chore(e2e): remove usage of path which caused some issues
This commit is contained in:
parent
1d1289142d
commit
8d705f1712
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import { defineConfig, devices } from '@playwright/test';
|
||||
import { nxE2EPreset } from '@nx/playwright/preset';
|
||||
import { workspaceRoot } from '@nx/devkit';
|
||||
import { resolve } from 'path';
|
||||
|
||||
require('dotenv').config({
|
||||
path: resolve(__dirname, ".env")
|
||||
path: __dirname + "/" + ".env"
|
||||
});
|
||||
|
||||
// For CI, you may want to set BASE_URL to the deployed application.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue