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