2022-07-05 15:02:08 +00: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 09:09:05 +00:00
|
|
|
- "eamodio.gitlens",
|
|
|
|
- "GitHub.vscode-pull-request-github"
|