trailsjs / trailpack-webserver

:package: Parent to the Web Server Trailpacks (hapi, koa, express4, etc)
MIT License
3 stars 4 forks source link

footprintOptions should move elsewhere #32

Open jaumard opened 8 years ago

jaumard commented 8 years ago

Currently footprintOptions are hardcoded here : https://github.com/trailsjs/trailpack-webserver/blob/master/index.js#L5

I think this is a limitation :( because that prevent some ORM to offer more options. I would like to offer a sortBy option to sequelize trailpack and I can't (except if we put it here)

scott-wyatt commented 8 years ago

I just looked through index and was about to mention this same issue.