File size: 267 Bytes
d77a9fd
 
 
 
b039812
 
 
 
 
 
d77a9fd
1
2
3
4
5
6
7
8
9
10
11
12
[
  import_deps: [:ecto, :ecto_sql, :phoenix],
  subdirectories: ["priv/*/migrations"],
  plugins: [Phoenix.LiveView.HTMLFormatter],
  inputs: [
    "*.{heex,ex,exs}",
    "{config,lib,test}/**/*.{heex,ex,exs}",
    "priv/*/seeds.exs",
    "storybook/**/*.exs"
  ]
]