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 ad08ae9 commit 2aec5ddCopy full SHA for 2aec5dd
helpers.php
@@ -6,7 +6,7 @@
6
function vite(array|string $entries = null): Vite
7
{
8
return ! is_null($entries)
9
- ? Vite::instance()->withEntries((array) $entries)
+ ? Vite::copy()->withEntries((array) $entries)
10
: Vite::instance();
11
}
12
0 commit comments