cli icon indicating copy to clipboard operation
cli copied to clipboard

[FEATURE REQUEST] Build Script Environments

Open Integralist opened this issue 4 years ago • 1 comments

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.

Integralist avatar Jan 13 '22 09:01 Integralist

You could use environment variables inside [scripts.build] as a workaround.

fgsch avatar Mar 17 '22 11:03 fgsch