You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application set up to use a custom library as a dependency.
ui5 serve does it's job and publishes the library files in the "/resources/my/lib/namespace..." path.
I'd like to know if there's a way to change the mounting point of a library (via modules configurations or something else) to present the library folder structure in the root path.
That's beacuse I'll be deploying the app in such a way that my custom library cannot be inside the "resources" folder on the server but needs to be in a sibiling folder.