Native libraries file location on the locally hosted website

I have cloned my website via git onto a local machine, and am running it there now instead of hosting it on Anvil. However, I was in the middle of doing some Javascript work with in in the Native Libraries section of the browser editor. The javascript still appears on the locally hosted page, so it clearly exists, where in the source files I cloned it is stored to modify it further. So where would my Native Libraries Javascript code be saved in the cloned repo?

It’s inside anvil.yaml.

Here is how I see it from PyCharm:
image

3 Likes