iceshrimp-legacy/cypress.config.ts

8 lines
124 B
TypeScript
Raw Normal View History

2022-06-11 05:07:28 +02:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:61812',
},
});