remove main.sh, update herokufile
This commit is contained in:
parent
44c299478f
commit
1cf08136da
2 changed files with 2 additions and 7 deletions
4
app.json
4
app.json
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
main.sh
5
main.sh
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue