avevlad / gulp-connect

Gulp plugin to run a webserver (with live reload)
https://npmjs.org/package/gulp-connect
MIT License
632 stars 113 forks source link

Proxies support feature #271

Open mylastore opened 4 years ago

mylastore commented 4 years ago

I am trying to upgrade from gulp-server to gulp-connect. Can anyone tell me how? For example I had this

            proxies: [{
                source: '/api',
                target: 'http://localhost:3001/api',
                ws: true,
                secure: false
            }],