In the heroku build logs:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }'
A buildpack to prune project with pnpm and turborepo.
This buildpack use turbo prune --scope $BUILD_SCOPE
and move the /out
folder content to the root build folder.
- Write a bunch of apps and scatter them throughout your code base.
- Create a bunch of Heroku apps.
- For each app, set
BUILD_SCOPE=scope
, and of course:heroku buildpacks:add -a <app> https://github.com/GeorgesTech/heroku-buildpack-turbo-pnpm
- For each app,
git push git@heroku.com:<app> master