mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: multline env in dev mode
This commit is contained in:
parent
889a5b2bce
commit
2bf102cdf1
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class All extends Component
|
|||
}
|
||||
}
|
||||
$environment->is_build_time = false;
|
||||
$environment->is_multiline = false;
|
||||
$environment->is_preview = $isPreview ? true : false;
|
||||
switch ($this->resource->type()) {
|
||||
case 'application':
|
||||
|
|
|
|||
Loading…
Reference in a new issue