- 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

View File

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

View File

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