14 lines
No EOL
255 B
YAML
14 lines
No EOL
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" |