UNPKG

generator-azure-web-app

Version:

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

8 lines (5 loc) 128 B
'use strict'; const path = require('path'); module.exports = { CONTENT_PATH: path.join(__dirname, '../../public') };