... browserSync({ // informs browser-sync to proxy our expressjs app which would run at the following location proxy: 'http://localhost:3000', port: 4000, }); ...
確定! 回上一頁