1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-26 01:00:20 +02:00
algora-tv/.iex.exs

11 lines
291 B
Elixir
Raw Normal View History

2024-02-29 21:31:42 +02:00
import Ecto.Query
import Ecto.Changeset
2024-05-27 14:23:07 +02:00
alias Algora.{Admin, Accounts, Library, Repo, Storage, Cache, ML, Shows}
2024-02-29 21:31:42 +02:00
IEx.configure(inspect: [charlists: :as_lists])
if Code.ensure_loaded?(ExSync) && function_exported?(ExSync, :register_group_leader, 0) do
ExSync.register_group_leader()
end