cli
cli copied to clipboard
[FEATURE REQUEST] Build Script Environments
On behalf of @jedisct1
Is your feature request related to a problem? Please describe.
I'm unable to compile my code to run in various debug modes (using [scripts.build]) when locally testing without having to also remember to remove those settings before deploying (as well as re-entering for further local development). This can be a tedious workflow.
Describe the solution you'd like The ability to define different build scripts for different environments.
You could use environment variables inside [scripts.build] as a workaround.