Packages
Integration library between Ash Framework and Backpex admin interface (early development). Provides a DSL for creating admin interfaces for Ash resources.
Current section
Files
Jump to
Current section
Files
lib/ash_backpex/live_resource.ex
defmodule AshBackpex.LiveResource do
use Spark.Dsl,
default_extensions: [
extensions: [AshBackpex.LiveResource.Dsl]
]
end