function appHtml()
in
serverless/deploy.js [100:102]
3
lines of code
1
McCabe index (conditional complexity)
function appHtml(appName) { return `../dist/${appName}.html`; }