Skip to content

Commit

Permalink
gitpod: open browser to app
Browse files Browse the repository at this point in the history
  • Loading branch information
justunsix committed Jul 2, 2024
1 parent 1b9e42d commit 62e36d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
tasks:
- init: npm install && npm run build
command: npm run dev
- name: Open browser
command: |
gp ports await 5173
gp preview http://localhost:5173/

0 comments on commit 62e36d4

Please sign in to comment.