fix prod build

This commit is contained in:
Andras Bacsai
2023-05-04 09:09:41 +02:00
parent a0a03f386a
commit 3156d97969
4 changed files with 6 additions and 4 deletions

5
config/proxy.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'project_path_on_host' => env('PROJECT_PATH_ON_HOST', '/var/www/html')
];