Files
self e3fb9937d2 fix: bundle sender assets for plugin script loading
Build Sender TypeScript through esbuild as an IIFE so host plugin asset tags can load it as a classic script, and suppress noisy host Ash domain warnings during dev compilation.
2026-05-27 16:19:18 +02:00

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