Skip to content

Commit

Permalink
fix: also copy livereload on install
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 26, 2024
1 parent ca6f3b0 commit 8745b55
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@
$config->paths->root
);

// copy livereload.php to site folder
$wire->files->copy(
__DIR__ . '/assets/livereload.php',
$config->paths->site
);

$installer->ok('Finished installing site profile');

0 comments on commit 8745b55

Please sign in to comment.