- WIP again

This commit is contained in:
Dave M. 2023-10-17 17:52:28 +00:00
parent 11329b8716
commit 3f223e7f57
3 changed files with 3 additions and 3 deletions

@ -15,10 +15,10 @@
"lean" : {
"autoload": {
"definitions" : [
"definitions.php"
"meta/definitions.php"
],
"config": [
"config.php"
"meta/config.php"
]
}
}

@ -3,7 +3,7 @@
return [
'lean' => [
'autoload' => [
'asset.flexbox'
'assets.flexbox'
]
],
];