
9001端口无法运行

gulp.task('browser-sync', function() {
var files = [
'dist/*.html',
'dist/*.css',
'dist/*.js'
];
browserSync.init(files,{
server: {
baseDir: "./"
},
port:paths.port
});
gulp.watch("dist/*.html").on('change', browserSync.reload);
});
这是browser-sync的配置项,请帮忙看看问题出在哪里
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
欢迎选择我的课程,让我们一起见证您的进步~~