mapcomplete/.gitpod.yml
Robin van der Linde cee384931e
Update .gitpod.yml
2022-07-13 12:33:09 +02:00

14 lines
255 B
YAML

tasks:
- init: npm run init
command: npm run start
ports:
- name: MapComplete Website
port: 1234
onOpen: open-browser
vscode:
extensions:
- "esbenp.prettier-vscode"
- "eamodio.gitlens"
- "GitHub.vscode-pull-request-github"