diff --git a/nx-dev/nx-dev-e2e/playwright.config.ts b/nx-dev/nx-dev-e2e/playwright.config.ts index 2599f5064d..1968ceb3e6 100644 --- a/nx-dev/nx-dev-e2e/playwright.config.ts +++ b/nx-dev/nx-dev-e2e/playwright.config.ts @@ -1,5 +1,7 @@ import { defineConfig } from '@playwright/test'; import { nxE2EPreset } from '@nx/playwright/preset'; + +// nx-ignore-next-line import { workspaceRoot } from '@nx/devkit'; // For CI, you may want to set BASE_URL to the deployed application.