fix: multline env in dev mode

This commit is contained in:
Andras Bacsai 2024-03-26 13:36:06 +01:00
parent 889a5b2bce
commit 2bf102cdf1

View File

@ -98,6 +98,7 @@ public function saveVariables($isPreview)
}
}
$environment->is_build_time = false;
$environment->is_multiline = false;
$environment->is_preview = $isPreview ? true : false;
switch ($this->resource->type()) {
case 'application':