mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
6 lines
214 B
Elixir
6 lines
214 B
Elixir
[
|
|
import_deps: [:ecto, :phoenix],
|
|
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
subdirectories: ["priv/*/migrations"]
|
|
]
|