Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created April 6, 2020 13:31
Show Gist options
  • Save ArnaudBuchholz/3962ab7b0622abdb384120b0ae2253eb to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/3962ab7b0622abdb384120b0ae2253eb to your computer and use it in GitHub Desktop.
{
"port": 8080,
"mappings": [{
"match": "/@openui5/([^/]*)/(.*)",
"url": "https://openui5.hana.ondemand.com/$1/resources/$2"
}, {
"match": "/resources/(.*)",
"custom": "./proxy-version.js"
}, {
"custom": "./csp.js"
}, {
"match": "^/(\\?.*)?$",
"file": "./webapp/index.html"
}, {
"match": "^/(.*)",
"file": "./webapp/$1"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment