SSR render catch ?
[issue link]i want to deploy nuxt.js the production code,only include .nuxt and static folder,not full code
a new package.json a little dependencies .
sometimes Server error

when the package.json is full dependencies ,it can be success.
how to catch Server error ?
// Give nuxt middleware to express
app.use(nuxt.render)
nuxt render only req and res arguments not error