We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hapi 6 has some cool new feature that can enable this project to be more modular. I think it should be considered.
The text was updated successfully, but these errors were encountered:
Im thinking that all of the assets we use like stripe, nodemailer, parse could be make as plugins.
var stripe = request.server.plugins.stripe;
To avoid any name spacing issues that may occur on the by directly adding it to the request object.
Sorry, something went wrong.
That'd be rad. 👍
No branches or pull requests
Hapi 6 has some cool new feature that can enable this project to be more modular. I think it should be considered.
The text was updated successfully, but these errors were encountered: