You've already forked tribes-plugin-kobold
0a3a91a62a
CI / Test (push) Failing after 17s
Generate the initial Kobold external plugin with host-backed tests, browser-safe asset bundling, and the MVP PRD under docs/.
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
|