We are looking to add new functionality in some Frappe App via custom app. For this purpose, we need to replace html and other files that are outside of public
folder.
For example, we need to completely serve a new file instead of this file:
apps/hrms/frontend/src/components/ListView.vue
We also are looking to serve different html files instead of original ones located in different folders.
We tried to scan the forum but none of them actually solve our problem. We found suggestions to place the new file maintaining the folder structure but that is too vague. Where should we start the folder structure. Do we start at /apps/myapp/myapp/
or at /apps/myapp/
or /apps/myapp/myapp/public/
?
Does this method work or are there other methods ?
Please keep in mind, we are not looking to override Classes or Methods but to replace the contents of the whole html/other files.