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
Hey, thanks for the module. Actually the only one that comes with tests and it's pretty reassuring.
I was looking at some other modules and found that https://github.com/YourSoftRun/nuxt-health has an interesting approach in testing the server (https://github.com/YourSoftRun/nuxt-health/blob/master/lib/health.js#L9) :
server ({ nuxt }) { return nuxt.renderer.resources.ssrTemplate !== undefined
Just wanted to know what you think about this and if you'd like to explore this approach. I can do a PR if you want
The text was updated successfully, but these errors were encountered:
jreitz-dev
No branches or pull requests
Hey, thanks for the module. Actually the only one that comes with tests and it's pretty reassuring.
I was looking at some other modules and found that https://github.com/YourSoftRun/nuxt-health has an interesting approach in testing the server (https://github.com/YourSoftRun/nuxt-health/blob/master/lib/health.js#L9) :
Just wanted to know what you think about this and if you'd like to explore this approach. I can do a PR if you want
The text was updated successfully, but these errors were encountered: