Skip to content

Commit

Permalink
bump versions of vite and esbuild (#1084)
Browse files Browse the repository at this point in the history
* bump versions of vite and esbuild

* try localhost in cypress config

* remove config on open
  • Loading branch information
heswell authored Dec 21, 2023
1 parent 11bca10 commit 1e6db73
Show file tree
Hide file tree
Showing 4 changed files with 1,530 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion vuu-ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineConfig({
},

e2e: {
baseUrl: "http://127.0.0.1:5173/",
baseUrl: "http://localhost:5173/",
// eslint-disable-next-line @typescript-eslint/no-unused-vars
setupNodeEvents(on, config) {
// implement node event listeners here
Expand Down
Loading

0 comments on commit 1e6db73

Please sign in to comment.