image:
  file: .gitpod.Dockerfile

tasks:
  - init: yarn install && yarn run build && cargo build
    command: yarn run start && cargo watch -x run
