You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
44b9c6caba
Suppress Ash domain config inclusion warnings while compiling the host as a dev-only plugin dependency.
6 lines
217 B
Elixir
6 lines
217 B
Elixir
import Config
|
|
|
|
# The host is a compile-only dependency in dev. Suppress host Ash domain
|
|
# config inclusion warnings while compiling host modules as a dependency.
|
|
config :ash, :validate_domain_config_inclusion?, false
|