Update text/0000-execution-environments.md

Co-authored-by: Rune Soerensen <runesoerensen@gmail.com>
Signed-off-by: Terence Lee <hone02@gmail.com>
This commit is contained in:
Terence Lee 2025-03-20 11:30:02 -05:00
parent 1051e3abab
commit 80cccea995
No known key found for this signature in database
GPG Key ID: FB54F2C65BE915C7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ In order to support additional execution environments an `exec-env` key will be
### Project Descriptor - `project.toml` (App Developers)
An app developer may have execution environment configuration like only using a metrics agent in production or headless user agent needs in test. In order to facilitate these needs, the project descriptor will be extended by adding `exec-env` to the following tables:
An app developer may have execution environment specific configuration, like only using a metrics agent in production, or a headless user agent in test. In order to facilitate these needs, the project descriptor will be extended by adding `exec-env` to the following tables:
* `[[io.buildpacks.group]]`
* `[[io.buildpacks.pre.group]]`