- Fixed definition directory

This commit is contained in:
Dave M. 2023-10-17 22:52:44 -04:00
parent 02bdf3fea3
commit e55292fba7
1 changed files with 1 additions and 3 deletions

View File

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