.gitpod.yml 343 B

1234567891011121314
  1. image:
  2. file: .gitpod.Dockerfile
  3. tasks:
  4. - command: gp await-port 1338 && sleep 3 && gp preview $(gp url 1338)/sandbox/public/index-local.html
  5. - before: >
  6. cd Tools/Gulp &&
  7. npm i typescript gulp@4.0.0 -g &&
  8. npm install
  9. command: npm run start
  10. ports:
  11. - port: 1338
  12. onOpen: ignore
  13. - port: 3000
  14. onOpen: ignore