is it possible to tell (with in a func) if `enable...
# help
s
is it possible to tell (with in a func) if
enableLiveDev
is enabled for that function? through some sort of env var maybe?
t
Is the IS_LOCAL env passed through?
s
normally, yeah. is
IS_LOCAL
not defined if
enableLiveDev
is false?
t
Yeah IS_LOCAL is only set when the function is spawned locally