Tips to speed up compile times?
As my resources have grown, my compile times have gotten irritatingly long. Any tips for improving them?
defmodule Foo do
use Ash.Resource.Change
def change(changeset, opts, context) do
Ash.Changeset.after_action(changest, fn changeset, result ->
{:ok, result}
end
end
end