task('browser-sync', function() { browserSync.init({ server: { baseDir: './' }, port: 8080 }); });. I'm specifying port 8080 above as ...
確定! 回上一頁