coracle/cypress.config.ts

8 lines
123 B
TypeScript
Raw Normal View History

2023-10-12 23:16:38 +00:00
import {defineConfig} from "cypress"
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
},
})