cypress.config.ts 126 B

1234567
  1. import {defineConfig} from 'cypress';
  2. export default defineConfig({
  3. e2e: {
  4. baseUrl: 'http://localhost:3000/',
  5. },
  6. });