When building on my system, I need the dev tools to use my system's bun and tailwindcss binaries. For that reason, I use the gleam.toml options tools.lustre.bin.bun = system and tools.lustre.bin.tailwindcss = system.
However, when ran in a CI like GitHub actions, I wish I could override those options with build command arguments, similar to other existing options like --minify, --outdir etc.
Maybe something like --bin.bun and --bin.tailwindcss?
When building on my system, I need the dev tools to use my system's
bunandtailwindcssbinaries. For that reason, I use thegleam.tomloptionstools.lustre.bin.bun = systemandtools.lustre.bin.tailwindcss = system.However, when ran in a CI like GitHub actions, I wish I could override those options with
buildcommand arguments, similar to other existing options like--minify,--outdiretc.Maybe something like
--bin.bunand--bin.tailwindcss?