fix(livereload): match watch dir with dockerfile
This commit is contained in:
parent
2c3bcf27d7
commit
fdfba8ab4f
@ -20,6 +20,6 @@ const options = {
|
|||||||
|
|
||||||
// start server
|
// start server
|
||||||
let server = livereload.createServer(options);
|
let server = livereload.createServer(options);
|
||||||
server.watch('/var/watch')
|
server.watch('/watch')
|
||||||
|
|
||||||
//#EOF
|
//#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user