Javascript – Heroku NextJs trigger build when data is updated
We currently operate two applications on Heroku: a backend built with KeystoneJS 6 and a frontend using Next.js 14. Both apps are connected to Heroku through the GitHub Deployment Method, each residing in its private repository. As I focus on…