Compare commits

..

No commits in common. "58bc2211ad73a6ff7227f390f7f6cde4c301fc6a" and "82f0fa686511db5689ede9fd47e668d8ab3ca14d" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View File

@ -28,9 +28,6 @@
"autoload": {
"definitions": [
"meta/definitions.php"
],
"config": [
"meta/config.php"
]
}
}

View File

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