ash/.gitpod.yml
2023-10-25 08:31:25 -04:00

5 lines
No EOL
92 B
YAML

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