function appHtml()

in serverless/deploy.js [100:102]


function appHtml(appName) {
  return `../dist/${appName}.html`;
}