Dan Phelps

Results 2 comments of Dan Phelps

You need to add the adapter to the plugin config, something like the this: ``` import HapiIO from 'hapi-io'; import ioRedis from 'socket.io-redis'; ... { register: HapiIO, options: { socketio:...

This should already be possible if you [set up PnP](https://yarnpkg.com/features/pnp#initializing-pnp) so that Node knows how to resolve modules. You can either require the pnp.cjs file in the script, `NODE_OPTIONS='--require ./pnp.cjs...