UNPKG

@sap/adp-abap

Version:

abap service for all yeoman generators

38 lines (37 loc) 750 B
{ "welcomeFile": "/", "authenticationMethod": "none", "routes": [ { "source": "^/sap/bc/ui5_ui5", "destination": "<%= destination %>" }, { "source": "^/sap/bc/ui2/app_index", "destination": "<%= destination %>" }, { "source": "^/sap/opu/odata", "destination": "<%= destination %>" }, { "source": "^/sap/bc/lrep", "destination": "<%= destination %>" }, { "source": "^/resources/(.*)$", "destination": "<%= ui5destination %>", "target": "<%= ui5VersionPath %>resources/$1" }, { "source": "^/test-resources/(.*)$", "destination": "<%= ui5destination %>", "target": "<%= ui5VersionPath %>test-resources/$1" }, { "source": "^(.*)$", "target": "$1", "localDir": "./" } ] }