We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 531a39b + f5232ab commit 03b7d8bCopy full SHA for 03b7d8b
lib/install/bun/install.rb
@@ -1,7 +1,7 @@
1
require 'json'
2
3
if Rails.root.join("Procfile.dev").exist?
4
- append_to_file "Procfile.dev", "js: bun build --watch\n"
+ append_to_file "Procfile.dev", "js: bun run build --watch\n"
5
else
6
say "Add default Procfile.dev"
7
copy_file "#{__dir__}/Procfile.dev", "Procfile.dev"
0 commit comments