You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
390 B
18 lines
390 B
[
|
|
import_deps: [
|
|
:oban,
|
|
:ash_oban,
|
|
:ash_json_api,
|
|
:ash_authentication_phoenix,
|
|
:ash_authentication,
|
|
:ash_postgres,
|
|
:ash,
|
|
:ecto,
|
|
:ecto_sql,
|
|
:phoenix
|
|
],
|
|
subdirectories: ["priv/*/migrations"],
|
|
plugins: [Spark.Formatter, Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
|
|
]
|