Datenbank Umstellung

This commit is contained in:
Moritz Utcke
2023-12-09 10:40:39 +05:30
parent 2a995a1e8a
commit 9a6f5218d0
18 changed files with 242 additions and 106 deletions

8
cypress.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false
},
})