Skip to content

Commit

Permalink
Introduce BP_VERIFY_LAUNCHPOINT to enable generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d1ngm0nk3y committed Nov 29, 2024
1 parent c8b5d5d commit b3cb345
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ start command that is not included in the above set.
e.g. If `BP_LAUNCHPOINT=./src/launchpoint.js`, the buildpack will verify that
the file exists and then set the start command using that file `node src/launchpoint.js`

## BP_VERIFY_LAUNCHPOINT

The `BP_VERIFY_LAUNCHPOINT` environment variable may be used to specify the file for the
start command that is generated and may not exist yet.

e.g. If `BP_LAUNCHPOINT=./gen/launchpoint.js` and If `BP_VERIFY_LAUNCHPOINT=false`, the buildpack will not verify that
the file exists and then set the start command using that file `node gen/launchpoint.js`

## Enabling reloadable process types

You can configure this buildpack to wrap the entrypoint process of your app
Expand Down

0 comments on commit b3cb345

Please sign in to comment.