App.css missing when deploying Phoenix app to fly.io

Turns out, the app.css was broken and as a consequence it was not being served to the clients. The reason for this what that VSCode was breaking my app.css file by formatting it incorrectly, automatically, every time I saved.

I fixed my VSCode in this other topic: