Skip to content

Commit

Permalink
fix: vite livereload path
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrlv committed Jul 12, 2022
1 parent 47468c1 commit 015a0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default ({ mode }) => ({
},
plugins: [
liveReload([
resolve(cwd, '/app/(templates|snippets|controllers|models)/**/*.php'),
resolve(cwd, '/storage/content/**/*'),
resolve(cwd, 'app/(templates|snippets|controllers|models)/**/*.php'),
resolve(cwd, 'storage/content/**/*'),
]),
],
})

0 comments on commit 015a0b9

Please sign in to comment.