heroku / heroku-buildpack-nodejs

Heroku's buildpack for Node.js applications.
https://devcenter.heroku.com/articles/buildpacks
MIT License
1.31k stars 2.63k forks source link

Also export `UV_USE_IO_URING` for later buildpacks #1351

Closed joshwlewis closed 3 days ago

joshwlewis commented 3 days ago

Buildpacks that run npm install or yarn install after the Node.js buildpack runs won't get the default value we set in #1347. This also exports the value for later buildpacks.