Skip to content

Commit

Permalink
Refactor SC+BackgroundSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Mar 7, 2024
1 parent 8c88383 commit 2848140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpomkyLabsPwaBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],
]);
Expand Down

0 comments on commit 2848140

Please sign in to comment.