fix(livereload): match watch dir with dockerfile

This commit is contained in:
Asif Bacchus 2021-07-22 20:36:12 -06:00
parent 2c3bcf27d7
commit fdfba8ab4f
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ const options = {
// start server
let server = livereload.createServer(options);
server.watch('/var/watch')
server.watch('/watch')
//#EOF