diff --git a/app.json b/app.json index 6d77ea2..0e43e70 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "Ultraviolet App", "description": "Node.js Ultraviolet instance", - "repository": "https://github.com/titaniumnetwork-dev/ultraviolet-web-app", - "logo": "https://github.com/titaniumnetwork-dev/Ultraviolet/blob/main/uv.png?raw=true", + "repository": "https://github.com/titaniumnetwork-development/ultraviolet-node", + "logo": "https://raw.githubusercontent.com/titaniumnetwork-development/Ultraviolet-Static/main/public/uv.png", "keywords": ["tomp", "ultraviolet"] } diff --git a/main.sh b/main.sh deleted file mode 100755 index 8ee71fa..0000000 --- a/main.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Set this to 1 to automatically attempt a fix when an error occurs while running npm start. -fix=0 - -npm start || [[ $fix = 1 ]] && npm install && npm start \ No newline at end of file