mirror of
https://github.com/mikecao/umami.git
synced 2025-05-10 07:24:57 +08:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import { defineConfig } from 'cypress';
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:3000',
|
|
},
|
|
});
|