From 28481403f3210af8ddf12260fe64e5c3aa3c433f Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 7 Mar 2024 07:33:12 +0100 Subject: [PATCH] Refactor SC+BackgroundSync --- src/SpomkyLabsPwaBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SpomkyLabsPwaBundle.php b/src/SpomkyLabsPwaBundle.php index cf83028..d3a24b7 100644 --- a/src/SpomkyLabsPwaBundle.php +++ b/src/SpomkyLabsPwaBundle.php @@ -62,7 +62,7 @@ private function setAssetMapperPath(ContainerBuilder $builder): void $builder->prependExtensionConfig('framework', [ 'asset_mapper' => [ 'paths' => [ - __DIR__ . '/../assets/dist' => '@pwa/connection-status/status', + realpath(__DIR__ . '/../assets/src') => '@spomky-labs/pwa-bundle', ], ], ]);