1 Answer
- Newest
- Most votes
- Most comments
0
The solution was to add a Procfile to the root directory with the following:
web: cd webapp && npm start
answered 5 years ago
Relevant content
- asked a year ago
The solution was to add a Procfile to the root directory with the following:
web: cd webapp && npm start