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.
1 parent 87a7dca commit 91f26f0Copy full SHA for 91f26f0
lib/install/install.rb
@@ -47,7 +47,7 @@
47
append_to_file "Procfile.dev", "css: #{bundler_run_cmd} build:css --watch\n"
48
else
49
say "Add default Procfile.dev"
50
- copy_file "#{__dir__}/#{using_bun? ? "Procfile_for_bun" : "Procfile_for_node"}", "Procfile.dev"
+ copy_file "#{__dir__}/#{using_bun? ? "Procfile_for_bun.dev" : "Procfile_for_node.dev"}", "Procfile.dev"
51
52
say "Ensure foreman is installed"
53
run "gem install foreman"
0 commit comments