chore: quiet dev Ash domain warnings

Suppress Ash domain config inclusion warnings while compiling the host as a dev-only plugin dependency.
This commit is contained in:
2026-05-27 16:19:13 +02:00
parent c1f4339dde
commit 44b9c6caba
+4
View File
@@ -1 +1,5 @@
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