chore: doc

This commit is contained in:
cha0s 2022-03-09 08:53:19 -06:00
parent fd4050e0e9
commit e7169ef833

View File

@ -30,7 +30,14 @@ export default {
* Register build configuration.
*/
'@flecks/core.build.config': () => [
/**
* If you document your config files like this, documentation will be automatically
* generated.
*/
'.myrc.js',
/**
* Make sure you return them as an array expression, like this.
*/
['mygeneralrc.js', {specifier: (specific) => `${specific}.mygeneralrc.js`}],
],