[Vuejs]-Right way to define Procfile for Nuxt + Php application

0👍

Procfile entries need to have different names, and the web process is the only one that receives HTTP traffic. So to have two web processes you need to split the two backends into different Heroku apps.

Leave a comment