We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0b023 commit decfed3Copy full SHA for decfed3
src/ApplicationTemplate/Magento2.php
@@ -24,8 +24,8 @@ public function __construct(array $locales)
24
private function initializeDefaultConfiguration(array $locales): void
25
{
26
$this->setRecipe('magento2');
27
- $this->setVariable('static_content_locales', $locales);
28
- $this->setVariable('ENV', ['MAGE_MODE' => 'production'], 'build');
+ $this->setVariable('static_content_locales', implode(' ', $locales));
+ $this->setVariable('env', ['MAGE_MODE' => 'production'], 'build');
29
30
$this->addBuildTask('deploy:vendors');
31
$this->addBuildTask('magento:compile');
0 commit comments