mapcomplete/.gitpod.yml

13 lines
212 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"
- "eamodio.gitlens"