route that will be triggered by a gitlab webhook when a push is made to the repository. Vercel can already rebuild the site when a push is made with a gitlab webhook, but Vercel re-install the packages and simply do a
pnpm build
pnpm build
. As the server is running, I wonder if we can just rebuild the generated pages, and assets, not rebuilding the entire site ?