You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wrangler] fix: avoid getPlatformProxy logging twice that it is using vars defined in .dev.vars files (#7947)
when `getPlatformProxy` is called and it retrieves values from `.dev.vars` files, it logs twice
a message like: `Using vars defined in .dev.vars`, the changes here make sure that in such cases
this log only appears once
0 commit comments