diff --git a/Procfile b/Procfile index 7778d31..10e2b3b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cp "modules/config.example.js" "modules/config.js" && npm start \ No newline at end of file +web: cp "modules/config.example.js" "modules/config.js" && node server.js \ No newline at end of file