Rails 7 with React server doesn't start

The server doesn’t start I uploaded the image to show that lines in the log have 3 different color times(first column)

Try running the js process separately (you can see the exact command in the Procfile.dev file), that should give more verbose error logs.

Actually I think the problem is that all of my jsx files aren’t loading Now all the examples of rails + esbuild + react are api examples, but I don’t wanna convert my app to a react front end api I like turbo streams so I don’t know if I need to use webpacker and then who owns app/javascript webpacker or esbuild?