node-red/.gitpod.yml
2019-01-14 07:56:09 +00:00

7 lines
108 B
YAML

ports:
- port: 1880
onOpen: open-preview
tasks:
- init: npm install && npm run build
command: npm start