1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 23:55:44 +02:00
Files
misskey/cypress.config.ts
2022-06-11 12:07:28 +09:00

8 lines
124 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:61812',
},
});