File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function withEntryPoints($entryPoints)
118
118
*
119
119
* @return string
120
120
*/
121
- protected function hotFile ()
121
+ public function hotFile ()
122
122
{
123
123
return $ this ->hotFile ?? public_path ('/hot ' );
124
124
}
Original file line number Diff line number Diff line change 6
6
* @method static string useCspNonce(?string $nonce = null)
7
7
* @method static string|null cspNonce()
8
8
* @method static string asset(string $asset, string|null $buildDirectory)
9
+ * @method static string hotFile()
9
10
* @method static \Illuminate\Foundation\Vite useBuildDirectory(string $path)
10
11
* @method static \Illuminate\Foundation\Vite useHotFile(string $path)
11
12
* @method static \Illuminate\Foundation\Vite useIntegrityKey(string|false $key)
You can’t perform that action at this time.
0 commit comments