Closed UweKrause closed 1 year ago
mix format
fails:
https://github.com/dwyl/phoenix-liveview-todo-list-tutorial/actions/runs/5521106732/jobs/10071298156#step:7:136
please run:
mix format
on your localhost
to see what the issue is.
Also, while using SQLite
instead of Postgres
is certainly is a nice-to-have,
this change will also need to be made if deployed to Fly.io.
e.g: https://fly.io/docs/elixir/advanced-guides/sqlite3/
@SimonLab considering that you've done most of the work on this repo, how do you feel about switching to SQLite
as trial? 💭
Because sqlite does not need a running server it is better for the purpose of this tutorial.
I tested only with versions: