I need to make updates to a website that was built using Angular. On the server, I see the 'dist' folder, but I am unable to update the main.js file. Is there a way to access the files of the Angular project from the 'dist' folder? Here is what is on the server: https://i.sstatic.net/FZETi.png
I would like to retrieve the files of the Angular project from this 'dist' folder so that I can make the necessary modifications, as I do not have direct access to the Angular project itself.