Skip to content

buildpacks with app.json

Earnest Angel edited this page Jul 19, 2023 · 1 revision
{
  "buildpacks": [
    {
      "url": "heroku/nodejs"
    },
    {
      "url": "https://github.com/heroku/heroku-buildpack-apt"
    }
  ]
}

Clone this wiki locally