Skip to content

Commit ef581e6

Browse files
committed
Swap to use dev command vs server so all servers boot
1 parent 1eb9dae commit ef581e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/hanami/cli/commands/gem

lib/hanami/cli/commands/gem/new.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def call(
191191
out.puts ""
192192
out.puts Formatter.dim("Next steps:")
193193
out.puts Formatter.dim(" cd #{app}")
194-
out.puts Formatter.dim(" bundle exec hanami server")
194+
out.puts Formatter.dim(" bundle exec hanami dev")
195195
end
196196
end
197197
end

0 commit comments

Comments
 (0)