Update .gitpod.yml

This commit is contained in:
17lwinn 2020-04-26 17:20:50 +01:00 committed by GitHub
parent ccadff9c5f
commit 6020fde1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ image:
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview
onOpen: notify
tasks:
- init: pnpm install # runs during prebuild