mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
7 lines
214 B
Elixir
7 lines
214 B
Elixir
|
[
|
||
|
import_deps: [:ecto, :phoenix],
|
||
|
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
||
|
subdirectories: ["priv/*/migrations"],
|
||
|
plugins: [Phoenix.LiveView.HTMLFormatter]
|
||
|
]
|