- WIP on asset

This commit is contained in:
Dave M. 2023-10-17 21:56:17 -04:00
parent 55ae4c2db5
commit a523e2363a
1 changed files with 4 additions and 6 deletions

View File

@ -4,12 +4,10 @@ return [
'assets.flexbox' => [ 'assets.flexbox' => [
'picea' => [ 'picea' => [
'asset' => [ 'asset' => [
'source' => [ [
[ 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), 'order' => 10
'order' => 10 ]
]
],
] ]
], ],
], ],