Join Slack
Powered by
is it possible to tell (with in a func) if `enable...
# help
s
Sam Hulick
01/25/2022, 6:46 PM
is it possible to tell (with in a func) if
enableLiveDev
is enabled for that function? through some sort of env var maybe?
t
thdxr
01/25/2022, 6:48 PM
Is the IS_LOCAL env passed through?
s
Sam Hulick
01/25/2022, 6:48 PM
normally, yeah. is
IS_LOCAL
not defined if
enableLiveDev
is false?
t
thdxr
01/25/2022, 11:22 PM
Yeah IS_LOCAL is only set when the function is spawned locally
Open in Slack
Previous
Next