This was a really great guide thank you! I also had to cross-reference the asset management guide:
That I found after this forum post on external flags for esbuild. You’ll notice that the asset_management guide is updated to reflect external: rather than external=. I also cross-referenced with PragProg’s free guide on Tailwind with esbuild, particularly they add slightly to the deploy script in the assets/package.json:
That did the trick for me along with making sure my asset handling with priv/static was updated for deployment following the upgrade from a 1.5 app to 1.6.
So, if anyone else is working in an umbrella app, then hopefully this helps you out too. And, again, thank you for the wonderful guide.