forked from AkkomaGang/akkoma
FloatingGhost
6cb40bee26
Closes #612 Co-authored-by: tusooa <tusooa@kazv.moe> Reviewed-on: AkkomaGang/akkoma#626 Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Co-committed-by: FloatingGhost <hannah@coffee-and-dreams.uk>
14 lines
363 B
Elixir
14 lines
363 B
Elixir
[
|
|
import_deps: [:ecto, :ecto_sql, :phoenix],
|
|
subdirectories: ["priv/*/migrations"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: [
|
|
"mix.exs",
|
|
"*.{heex,ex,exs}",
|
|
"{config,lib,test}/**/*.{heex,ex,exs}",
|
|
"priv/*/seeds.exs",
|
|
"priv/repo/migrations/*.exs",
|
|
"priv/repo/optional_migrations/**/*.exs",
|
|
"priv/scrubbers/*.ex"
|
|
]
|
|
]
|