From a9736fde2706e37aac691184e78f7686e1dd76aa Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 5 May 2020 17:20:56 -0700 Subject: add api, change sementic version tag because of adding an api, a change was need to Procfile, making it a web process in heroku i also removed unused dependencies from the webserver file and made responses into json objects dont worry, i am using uptime robot ;) - renamed ws to server -changed sementic version from v10.0.0 to v1.10.0, minecraft versions :D --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index 3ac3b3b..c581b3e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node ./dist/app.js +web: node ./dist/app.js -- cgit v1.2.3