UNPKG

lisa-box

Version:
18 lines (16 loc) 262 B
'use strict' /** * Server Configuration * (app.config.realtime) * * Configure the Primus Websockets * * @see {@link https://github.com/jaumard/trailpack-twilio} */ module.exports = { primus: { options: { transformer: 'websockets' } } }