From b10b587442e8ae30bc98b9c78f5b90817e1aef6e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Jun 2022 14:06:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20=20Updates=20Heroku=20build=20fi?= =?UTF-8?q?les=20(#723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 5 +---- app.json | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) 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 +}