sg: respect $DELVE
Created by: chrismwendt
The migration from ./dev/start.sh
dropped the check for $DELVE
, which used to turn off optimizations and make debugging easier. This PR brings back the check.
TODO
-
Consider adding this check for all Go services, not just enterprise-frontend
.💭 Ideas?