Skip to content

Commit

Permalink
clean gitpod config file;
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks committed Oct 4, 2023
1 parent e303e0d commit 31996d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
- init: yarn install
command: yarn run dev-gitpod
ports:
- name: Web App
description: The main application web server
port: 8080
onOpen: open-browser


0 comments on commit 31996d6

Please sign in to comment.