1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
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