arduino-ide/.gitpod.yml
Akos Kitta cd94608aee Renamed the applications.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-08-29 08:05:47 +02:00

21 lines
296 B
YAML

image:
file: Dockerfile
ports:
- port: 3000
onOpen: open-browser
tasks:
- init: >
yarn &&
yarn --cwd ./browser-app start
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addComment: false
addBadge: false