Adds Galaxy hosting URL when creating new Meteor apps

This commit is contained in:
filipenevola
2020-01-08 13:03:25 -05:00
committed by Ben Newman
parent 80b4e4d1c2
commit f6b4b099a5

View File

@@ -864,6 +864,12 @@ main.registerCommand({
Console.url("https://www.meteor.com/tutorials"),
Console.options({ indent: 2 }));
Console.info("");
Console.info("When youre ready to deploy and host your new Meteor application, check out Galaxy:");
Console.info(
Console.url("https://www.meteor.com/hosting"),
Console.options({ indent: 2 }));
if (! options.bare &&
! options.minimal &&
! options.full &&