Skip to content

Commit

Permalink
fix: bind implementation to EntrypointsFinder interface
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Feb 2, 2022
1 parent c7daffa commit cf89028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vite.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
'interfaces' => [
'heartbeat_checker' => Innocenzi\Vite\HeartbeatCheckers\HttpHeartbeatChecker::class,
'tag_generator' => Innocenzi\Vite\TagGenerators\CallbackTagGenerator::class,
'entrypoints_finder' => Innocenzi\Vite\EntrypointsFinder\EntrypointsFinder::class,
'entrypoints_finder' => Innocenzi\Vite\EntrypointsFinder\DefaultEntrypointsFinder::class,
],

/*
Expand Down

0 comments on commit cf89028

Please # to comment.