Open aleksip opened 7 years ago
If ENV.hoodie contains only configuration for the client, hoodieMiddleware() still tries to start Hoodie Server, which results in an error. This PR changes the check to be specific to the server configuration only.
ENV.hoodie
hoodieMiddleware()
If
ENV.hoodie
contains only configuration for the client,hoodieMiddleware()
still tries to start Hoodie Server, which results in an error. This PR changes the check to be specific to the server configuration only.