Files
meteor/tools/meteor-services
Jesse Rosenberger 6621a63025 Automatically trim DEPLOY_HOSTNAME of leading/trailing spaces. (#8508)
This simple fix prevents the disappointment of trying to deploy your app
but failing because there's a space on the end of the `DEPLOY_HOSTNAME`
environment variable.

`process.env` always contains string values and assigning a property on
`process.env` implicitly converts the value to a string so it should not
be necessary to check if `typeof` is a `string`.

Fixes Dev Experience.
2017-03-22 12:01:53 -04:00
..
2016-05-13 15:09:03 -07:00
2015-08-07 12:32:44 -07:00

Meteor Services

Files in this folder implement the features related to the Meteor-provided services, such as:

  • Meteor Developer Accounts
  • Meteor's Free Deployments
  • Package Server
  • Build Farms

All of the services are connected to through DDP from tool.