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 c5d41cf commit 6dff3f6Copy full SHA for 6dff3f6
bin/setup
@@ -18,5 +18,5 @@ FileUtils.chdir(File.expand_path("..", __dir__)) do
18
puts "\n== Removing old logs and tempfiles =="
19
system!("bin/rails log:clear tmp:clear")
20
21
- puts "\n\n🚀 Ready! Run the test application with: `rails s`. 🚀\n"
+ puts "\n\n🚀 Ready! Run the test application with: `bin/dev`. 🚀\n"
22
end
0 commit comments