remove main.sh, update herokufile

This commit is contained in:
David Reed 2022-09-13 20:14:32 -04:00
parent 44c299478f
commit 1cf08136da
2 changed files with 2 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "Ultraviolet App", "name": "Ultraviolet App",
"description": "Node.js Ultraviolet instance", "description": "Node.js Ultraviolet instance",
"repository": "https://github.com/titaniumnetwork-dev/ultraviolet-web-app", "repository": "https://github.com/titaniumnetwork-development/ultraviolet-node",
"logo": "https://github.com/titaniumnetwork-dev/Ultraviolet/blob/main/uv.png?raw=true", "logo": "https://raw.githubusercontent.com/titaniumnetwork-development/Ultraviolet-Static/main/public/uv.png",
"keywords": ["tomp", "ultraviolet"] "keywords": ["tomp", "ultraviolet"]
} }

View file

@ -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