I built a checkout UI extension last year and I need to make some edits to it now. I don’t have access to the code anymore locally. This app is under my partner account with few extensions. Is there a way to get the source code so I can make edits to it?
I had some data loss back when I was starting (my SSD just died), and I lost all the theme app extensions for one app.
I’ve messaged support and somehow they’ve managed to send me a zip file containing all the production files, however all javascript files were minified.
Your built files are uploaded by the CLI, so I imagine your ‘dist’ folder is available somehow, but not your source code.
You really should be putting all of your code into source control as a matter of best practice (Github/Gitlab etc). If it’s not in source control, it’s gone.