Skip to content

Commit

Permalink
add subdomain to hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
janikEndtner committed May 7, 2024
1 parent 7d34d8f commit 2a384ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default defineConfig({
},
hosts: {
'*.localhost': '127.0.0.1',
localhost: '127.0.0.1',
},
});

0 comments on commit 2a384ea

Please sign in to comment.