Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object based parameters #77

Closed
alallier opened this issue Apr 28, 2017 · 0 comments
Closed

Object based parameters #77

alallier opened this issue Apr 28, 2017 · 0 comments
Milestone

Comments

@alallier
Copy link
Owner

Change reload to use object based parameters. This will allow use to make changes down the road easier as we won't have to make breaking changes to change parameters

Examples:

reload({
  server: expressServer,
  app: expressApp,
  verbose: true
})
reload({
  port: 8080,
  app: expressApp,
  verbose: true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant