milligram/.gitpod.yml

15 lines
247 B
YAML
Raw Normal View History

2019-10-31 05:53:44 +00:00
tasks:
2020-05-15 04:20:35 +00:00
- init: yarn install
command: yarn start
2019-10-31 05:53:44 +00:00
# list the ports to be exposed
ports:
2020-05-15 04:20:35 +00:00
- port: 3000
onOpen: open-preview
- port: 3001
onOpen: ignore
2019-10-31 05:53:44 +00:00
vscode:
extensions:
2020-05-15 04:20:35 +00:00
- syler.sass-indented@1.6.7:gAbIL/5IWvH0xYAbwe0Vag==