diff --git a/Procfile b/Procfile index 4b612b697b..c23771318e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./node_modules/.bin/grunt nodemon; +web: node ./website/src/server.js