Goal: have a personal blog, and try out another point in the 'modular app design with elixir' space. Designing OTP systems with elixir had some interesting ideas.
6 lines
146 B
Elixir
6 lines
146 B
Elixir
[
|
|
import_deps: [:phoenix],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
|
|
]
|