Hello, i would need some help.
I created a new rails app like rails new my-app --css tailwind --js esbuild
It works great, I can work with tailwind and js.
But now I need to configure tailwind in tailwind.config.js and can’t find it. Just adding the file does not help. AI says I had to add it to esbuild.config.js but this is missing either.
I tried to run bin/rails tailwindcss:install
but got “Unrecognized command “tailwindcss:install” (Rails::Command::UnrecognizedCommandError)”
Any help appreciated, thanks!