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 da4cd97 commit 87af526Copy full SHA for 87af526
app/Providers/AppServiceProvider.php
@@ -2,6 +2,7 @@
2
3
namespace App\Providers;
4
5
+use Illuminate\Support\Facades\Vite;
6
use Illuminate\Http\Resources\Json\JsonResource;
7
use Illuminate\Support\ServiceProvider;
8
@@ -21,5 +22,6 @@ public function register(): void
21
22
public function boot(): void
23
{
24
JsonResource::withoutWrapping();
25
+ Vite::prefetch(concurrency: 3);
26
}
27
0 commit comments