.gitpod.yml 204 B

12345678
  1. # Commands to start on workspace startup
  2. tasks:
  3. - init: npm install && npm update
  4. command: npm run editor-remote
  5. # Ports to expose on workspace startup
  6. ports:
  7. - port: 1959
  8. onOpen: open-preview