Skip to content

Commit

Permalink
fix: add rockshell to livereload folders
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 31, 2023
1 parent 7f805a1 commit 8bc1558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LiveReload.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public function __construct()
'interval' => 1,
'includeDefaults' => [
$this->wire->config->paths->site,
$this->wire->config->paths->root . "RockShell/docs",
$this->wire->config->paths->root . "RockShell/App",
],
// user defined includes
'include' => [],
Expand Down

0 comments on commit 8bc1558

Please sign in to comment.