mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-04 23:25:40 +03:00
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
|
import { defineConfig } from 'cypress'
|
||
|
|
||
|
export default defineConfig({
|
||
|
e2e: {
|
||
|
baseUrl: 'http://localhost:5314',
|
||
|
},
|
||
|
})
|