Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

initial layering doc

rektide fc958abe c44c0e55

+7
+7
layering.md
··· 1 + # initial prompt 2 + 3 + we want to understand how configuration from various sources is layered together. supposedly `defu` is used to merge configs. where does this happen? when in the lifecycle of execution happens? what is the total execution pipeline for a normal run of c12? use mermaid diagrams . 4 + 5 + we want to try to understand more about how we might have more dynamic sources rather than a fixed path of sources. for instance we might want to make drop in config directories, such as talked about in https://github.com/unjs/c12/issues/298 . 6 + 7 + talking about how configuration becomes sourced. talk about how we can create a better registry of layers we are using. a registry of config layers, that can be built, and then ran, rather than a fixed pipeline. this project needs a more structured management of configuration, rather than being merely a fixed purpose tool.