Ayy, lmao. Just fixed a piece of js software one guy was #vibecoding a year ago, then left. I inherited the code since it's an important piece of #ergon infrastructure. It was a zip-packaged directory with a git repo and a tone of uncommitted code. I deployed it as it was and it actually worked. Later I messed something up and it suddenly stopped working. After an entire day of debugging it turned out the guy edited an external package directly within node_modules. I restored that from the zip and it's back working. I messed it out by reinstalling that package.
#software