2018-04-21 07:34:23 +00:00
|
|
|
[
|
2023-08-15 10:22:18 +00:00
|
|
|
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"
|
|
|
|
]
|
2018-04-21 07:34:23 +00:00
|
|
|
]
|