picea-asset/meta/config.php

12 lines
213 B
PHP
Raw Normal View History

2023-11-07 16:00:47 +00:00
<?php
return [
'picea' => [
'asset' => [
'path' => "static",
'symlink' => [
'destination' => getenv("PUBLIC_PATH") . "/static"
]
]
],
];