I need to register multiple views folders using Express and express-handlebars. Is it posible?
I have this structure:
/project/
/admin/
/views/
/server/
/webapp/
/views/
/server/
/common/
/node_modules/
And I need that when I render a view in a route I be able to access to one of these folders views /admin/views/ or /webapp/views/.