Skip to content

Commit

Permalink
fix: expose Vite port locally
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed May 16, 2024
1 parent d942ccd commit 9ad8b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: npm start
start: npm start -- --host
wait-on: 'http://localhost:5173'

0 comments on commit 9ad8b31

Please sign in to comment.