There a problem when merging configs here https://github.com/trailsjs/trailpack/blob/master/lib/util.js#L44 cause if trailpacks have Arrays, they're replace and not merged. I have the problem in trailpack-swagger cause I want to add routes.js who add /swagger/doc and /swagger/ui but when I do it all main config/routes are lost and replace by my to swagger routes
There a problem when merging configs here https://github.com/trailsjs/trailpack/blob/master/lib/util.js#L44 cause if trailpacks have Arrays, they're replace and not merged. I have the problem in trailpack-swagger cause I want to add
routes.js
who add/swagger/doc
and/swagger/ui
but when I do it all mainconfig/routes
are lost and replace by my to swagger routes