Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko authored and github-actions[bot] committed Feb 7, 2025
1 parent e0586d6 commit 6b8d771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function cors($options = [])
public function vite($options = [
'assets' => '',
'build' => '',
'hotFile' => 'hot'
'hotFile' => 'hot',
])
{
\Leaf\Vite::config('assets', $options['assets']);
Expand Down

0 comments on commit 6b8d771

Please sign in to comment.