We lost the old site setup we are sorry we have to start over please open a ticket if you are missing your stuff
View documentation articles and categories here!
Updating your store is extremely simple!
Delete index.js, backend.js, package.json, package-lock.json, node_modules folder, and the src folder.
Upload the new index.js, backend.js, MySQL file, package.json, and src folder.
Run npm i to install the node modules from the new package.json file.
Start your store with node .
Verify that no changes have been done to the config file, if there have been changes (it will say so in the console at startup) make sure to correct them and then restart your store after doing so!