mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
8
apps/client-e2e/cypress.config.ts
Normal file
8
apps/client-e2e/cypress.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { nxE2EPreset } from "@nx/cypress/plugins/cypress-preset";
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: nxE2EPreset(__dirname, {
|
||||
bundler: "vite",
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user