base phoenix 1.7.2 install incl. heroicons
This commit is contained in:
5
lib/chicken_egg/repo.ex
Normal file
5
lib/chicken_egg/repo.ex
Normal file
@ -0,0 +1,5 @@
|
||||
defmodule ChickenEgg.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :chicken_egg,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
Reference in New Issue
Block a user