▲ | cosmic_cheese 2 days ago | ||||||||||||||||||||||
How tightly coupled to Fly.io are generated apps? | |||||||||||||||||||||||
▲ | chrismccord 2 days ago | parent [-] | ||||||||||||||||||||||
Everything starts as a stock phx.new app which use sqlite by default. Nothing is specific to fly. You should be able to copy the git clone url, paste, cd && mix deps.get && mix phx.server locally and the app will just work. | |||||||||||||||||||||||
|