mapcomplete/.gitpod.yml

15 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-13 12:33:09 +02:00
- "eamodio.gitlens"
- "GitHub.vscode-pull-request-github"