diff --git a/Procfile b/Procfile index 53e06dc..3cfe627 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: yarn start +web: cd api && yarn start