@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
13 lines • 477 B
JSON
{
"services": {
"ClientSideTargetResolution": {
"adapter": {
"config": {
"inbounds": { <% Object.keys(locals.inboundTargets).forEach((target, index) => { %>
"<%- target %>": <%- JSON.stringify(locals.inboundTargets[target], null, '\t') %><% if( index < Object.keys(locals.inboundTargets).length -1 ){ %>, <% } %><% }) %>
}
}
}
}
}
}