mapcomplete/.gitpod.yml

14 lines
255 B
YAML
Raw Normal View History

2022-07-05 17:02:08 +02:00
tasks:
- init: npm run init
command: npm run start
ports:
- name: MapComplete Website
port: 1234
onOpen: open-browser
vscode:
extensions:
- "esbenp.prettier-vscode"
2022-07-06 11:09:05 +02:00
- "eamodio.gitlens",
- "GitHub.vscode-pull-request-github"