diff --git a/Procfile b/Procfile index 4d76c4cd..7ddabf6b 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1 @@ -# Heroku config - Specifies the commands to execute when the app starts -# See docs for more info: https://devcenter.heroku.com/articles/procfile - -web: node server.js \ No newline at end of file +web: npm run build-and-start diff --git a/app.json b/app.json index 6d674ad9..ced11578 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,6 @@ { "name": "Dashy", + "website": "https://dashy.to/", "description": "A Dashboard for your Homelab 🚀", "repository": "https://github.com/lissy93/dashy", "logo": "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png", @@ -13,4 +14,4 @@ "lissy93" ], "stack": "heroku-20" -} \ No newline at end of file +}