Packages

Ash Live Vue Adapter (Alva) connects Ash Framework resources seamlessly to Phoenix LiveView and Vue 3 with end-to-end TypeScript code generation.

Current section

Files

Jump to
alva .formatter.exs
Raw

.formatter.exs

# Used by "mix format"
[
import_deps: [:ash],
plugins: [Spark.Formatter],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]