ash_phoenix/.gitpod.yml

5 lines
No EOL
92 B
YAML

image: elixir:latest
tasks:
- init: mix deps.get && mix compile
command: iex -S mix