This commit is contained in:
Jeremy Benoist
2024-03-19 09:28:19 +01:00
parent 58243b7fcb
commit 6740020b7b
3 changed files with 7 additions and 7 deletions

View File

@ -72,10 +72,10 @@ class AppKernel extends Kernel
$loader->load(function ($container) {
if ($container->getParameter('use_webpack_dev_server')) {
$container->loadFromExtension('framework', [
'assets' => [
'base_url' => 'http://localhost:8080/',
],
]);
'assets' => [
'base_url' => 'http://localhost:8080/',
],
]);
} else {
$container->loadFromExtension('framework', [
'assets' => [