This was very confusing / unintuitive for me:
- several days ago, I added "DENO_DEPLOYMENT_ID" to my local
.env file
- I added the
--env-file=.env flag to the dev task recently
- whenever I tried to start Fresh, it appeared to "hang"
Slightly irrelevant, but nevertheless confusing: When I tried to debug with --inspect-wait, I was additionally greeted with a deno core panic.
Anyway, I think it's unintuitive that the presence of a DENO_DEPLOYMENT_ID key should suppress the "Fresh ready" message in development.
This was very confusing / unintuitive for me:
.envfile--env-file=.envflag to thedevtask recentlySlightly irrelevant, but nevertheless confusing: When I tried to debug with
--inspect-wait, I was additionally greeted with a deno core panic.Anyway, I think it's unintuitive that the presence of a DENO_DEPLOYMENT_ID key should suppress the "Fresh ready" message in development.