Compare commits

...

2 Commits

Author SHA1 Message Date
e55292fba7 - Fixed definition directory 2023-10-17 22:52:44 -04:00
02bdf3fea3 - WIP on asset 2023-10-17 21:56:49 -04:00

View File

@ -1,17 +1,13 @@
<?php <?php
$path = __DIR__;
return [ return [
'assets.webcomponent' => [ 'assets.webcomponent' => [
'picea' => [ 'picea' => [
'asset' => [ 'asset' => [
'source' => [
[ [
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10 'order' => 10
] ]
],
] ]
], ],
], ],