Hi,
Sorry in advance if this is a stupid question!
I’ve been attempting to modify the JupyterLab JS to remove the “Overwrite file” dialog prompt.
To do this I modified the code in packages/docregistry/context.js - however, when I deploy this to our server and build it via pip install ., the old JS is still being served up.
Is this the right way to modify the JS, and if so what am I missing in the build process?
Thanks!