mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Migrate to SvelteKit and Vite
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
import { defineConfig } from 'cypress';
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:8080/",
|
||||
screenshotOnRunFailure: false,
|
||||
video: false,
|
||||
},
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:4173/',
|
||||
screenshotOnRunFailure: false,
|
||||
video: false
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user