Rails 7 and engines: "rails plugin" command missing --javascript and --css how to use esbuild/taliwind?

I’ve started converting some engines I’ve made in rails 6 to 7, I’m happily jumped on new pipeline bandwagon, trashed webpack altogether, but I’m tuck trying to use esbuild and tailwindcss… there’s no specific option unlike the main “rails new” generator.

What’s the standard way to do that?