Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.5k stars 5.92k forks source link

Add "start" script in order to work with cloud apps directly #437

Open heikki0 opened 1 year ago

heikki0 commented 1 year ago

The current package.json does not have a "start" script which is required for example Azure webapps configuration to work automatically. With this change it is possible to deploy proxy out-of-the-box to Azure. I cannot see any downsides of this modification.