I was stuck integrating dotenv with vitest on nextjs app. While doing reverse engineering on dotenv to figure out what I am doing wrong, I stumbled on to this piece of code. Hope this fix will help a little.
Anyway, I did integrated dotenv with vitest. This change is not a blocker for me...
I was stuck integrating
dotenv
withvitest
onnextjs
app. While doing reverse engineering ondotenv
to figure out what I am doing wrong, I stumbled on to this piece of code. Hope this fix will help a little.Anyway, I did integrated
dotenv
withvitest
. This change is not a blocker for me...