mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Adds Galaxy hosting URL when creating new Meteor apps
This commit is contained in:
@@ -864,6 +864,12 @@ main.registerCommand({
|
||||
Console.url("https://www.meteor.com/tutorials"),
|
||||
Console.options({ indent: 2 }));
|
||||
|
||||
Console.info("");
|
||||
Console.info("When you’re 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 &&
|
||||
|
||||
Reference in New Issue
Block a user