Hello,
By checking the following documentation:
https://openui5.hana.ondemand.com/#docs/guide/003f755d46d34dd1bbce9ffe08c8d46a.html
I see that there is a recommendation to put all the app content in a folder called "webapp".
But when I do that in the Web IDE, the bootstraping does not work anymore.
Here is the content of my neo-app.json file:
{ "routes": [ { "path": "/resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/resources" }, "description": "SAPUI5 Resources" }, { "path": "/test-resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/test-resources" }, "description": "SAPUI5 Test Resources" } ],
And here is