Make stubborn.js config file non-mandatory
Closed this issue · 1 comments
ruyadorno commented
When I set config using stubborn.start({myconfobj})
I expect that stubborn.js
is no longer going to be loaded, right now this is not the case, because of things like: https://github.com/zeachco/stubborn-server/blob/master/server/config.js#L5
ruyadorno commented
Ideally the config should be sent down to sub-modules such as ./server/config
from the entry point method