You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add a little more detail? As more of a newb to haute-couture and hapi, I'm not sure exactly what you're asking for, but would like to get my paws dirty soon.
haute-couture maps (file structure <-one-to-one-> hapi plugin methods). For example, calling server.register([plugin1, plugin2], callback) is the same as creating filesplugins/plugin1.js and plugins/plugin2.js when using haute-couture. In hapi v15 two new plugin methods were added– server.on() and server.event(). We want haute-couture to support those two methods by mapping the contents of some files to calls to those methods.
server.event()
server.on()
The text was updated successfully, but these errors were encountered: