coracle/cypress.config.ts
2023-10-12 16:23:32 -07:00

8 lines
123 B
TypeScript

import {defineConfig} from "cypress"
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
},
})