Merge branch 'patricio-wip-11' into patricio-deploy-proxy

This commit is contained in:
Joao Patricio
2023-05-03 08:12:19 +01:00
5 changed files with 20 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
@if (data_get($application, 'ports_mappings_array'))
@foreach ($application->ports_mappings_array as $port)
@if (env('APP_ENV') === 'local')
@if (config('app.env') === 'local')
<a target="_blank" href="http://localhost:{{ explode(':', $port)[0] }}">Open
{{ explode(':', $port)[0] }}</a>
@else