mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
6cb40bee26
Closes #612 Co-authored-by: tusooa <tusooa@kazv.moe> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/626 Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Co-committed-by: FloatingGhost <hannah@coffee-and-dreams.uk>
15 lines
363 B
Elixir
15 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"
|
|
]
|
|
]
|