This plugin integrate server application for project with all necessary configuration:
- Add express - powerful webserver
Run server with current configuration
It is a function for extend renderer
this.server.setRenderMethod(expressApp => {
expressApp.use((req, res) => {
res.end('pong')
})
})