Closed rubys closed 10 months ago
Add support for bun
If you create a new rails project with "--main --javascript bun" you end up with a yarn.lock and not a bun.lockb file. This is because turbo-rails and stimuls are installed with yarn.
thanks @rubys. Not sure the commit 97ed657 should be part of this PR as it is a different subject
Oops, sorry about that. Fixed!
See also https://github.com/hotwired/stimulus-rails/pull/125
Add support for bun
If you create a new rails project with "--main --javascript bun" you end up with a yarn.lock and not a bun.lockb file. This is because turbo-rails and stimuls are installed with yarn.