aniftyco / kubit

Full stack web framework for Node.js
https://kubitjs.com/
MIT License
25 stars 2 forks source link

Account for end user extended configuring of the bootconfig #46

Open joshmanders opened 3 months ago

joshmanders commented 3 months ago

Right now I have the bootConfig (formerly the rcfile) hardcoded into the application component, it allows for shallow extending but that's fragile and could break things if you try to extend the wrong thing. So we need to refactor this and allow deep extending the config.