mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
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.