UNPKG

generator-azure-web-app

Version:

Minimalist Web App generator: Webpack/Rollup + React + Express, deployable to vanilla Node.js, Azure App Service, and IIS

10 lines (7 loc) 175 B
'use strict'; module.exports = function (config, favor) { if (typeof process.env.PORT === 'string') { config.PORT = process.env.PORT; } return config; };