- Remove home-assistant-integration/ and dev-config/ - Remove Python/HA dependencies from flake.nix - Add Phoenix LiveView dashboard with clean Elixir-only stack - Add Node.js and PostgreSQL for Phoenix development - Much cleaner monorepo architecture focusing on Elixir ecosystem Next: Connect dashboard to MQTT for real-time host monitoring
6 lines
146 B
Elixir
6 lines
146 B
Elixir
[
|
|
import_deps: [:phoenix],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
|
|
]
|