picea-asset/meta/config.php
2023-11-07 11:00:47 -05:00

12 lines
213 B
PHP

<?php
return [
'picea' => [
'asset' => [
'path' => "static",
'symlink' => [
'destination' => getenv("PUBLIC_PATH") . "/static"
]
]
],
];