Skip to content

Commit

Permalink
fix: cypress.config
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmuda committed Oct 24, 2023
1 parent d40bcff commit f1ee639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "cypress";
const { defineConfig } = require("cypress");

export default defineConfig({
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:1234",
},
});

0 comments on commit f1ee639

Please sign in to comment.