chore(repo): remove dep from nx-dev-e2e -> devkit (#19288)

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
This commit is contained in:
Craigory Coppola 2023-09-21 21:32:21 -04:00 committed by GitHub
parent d8261b435c
commit 75890f58dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
import { defineConfig } from '@playwright/test'; import { defineConfig } from '@playwright/test';
import { nxE2EPreset } from '@nx/playwright/preset'; import { nxE2EPreset } from '@nx/playwright/preset';
// nx-ignore-next-line
import { workspaceRoot } from '@nx/devkit'; import { workspaceRoot } from '@nx/devkit';
// For CI, you may want to set BASE_URL to the deployed application. // For CI, you may want to set BASE_URL to the deployed application.