umami/cypress.config.ts
2024-02-27 21:41:34 -08:00

8 lines
127 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
});