mirror of
https://github.com/bitwarden/help
synced 2025-12-11 13:53:26 +00:00
update libs
This commit is contained in:
@@ -96,7 +96,7 @@ gulp.task('jekyll:build', function (cb) {
|
||||
});
|
||||
|
||||
gulp.task('jekyll:serve', function (cb) {
|
||||
return jekyll(['serve', '--watch'], cb);
|
||||
return jekyll(['serve', '--watch', '--host=0.0.0.0'], cb);
|
||||
});
|
||||
|
||||
gulp.task('serve', () => {
|
||||
|
||||
Reference in New Issue
Block a user