Skip to content

Commit

Permalink
Add port number
Browse files Browse the repository at this point in the history
  • Loading branch information
chiamakaikeanyi committed Jul 2, 2023
1 parent b206975 commit 69ff260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PORT=3003
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
},

e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:3003",
setupNodeEvents(on, config) {
// implement node event listeners here
},
Expand Down

0 comments on commit 69ff260

Please sign in to comment.