Gal Schlezinger

Results 290 comments of Gal Schlezinger

how did you check this? we use [junctions](https://docs.rs/junction/latest/junction/) on windows which are like symlinks, so maybe your testing method was wrong and you summed the same node version multiple times

I'm running on Mac, but I have 32 versions installed locally and it is 3.1GB total

with 9820 multishells that are 0B on disk

@zaucy I took the liberty to fix conflicts so I'll merge this finally. Sorry it took so long.

merged in #859, will be released soon! Thanks @nzhl

https://vercel.com/changelog/more-flexible-environment-variables-in-edge-functions-and-middleware I think this issue can be closed now πŸ™

`env.get("AUTH")` will work, `process.env` depends on #4361 (or similar approaches)

As mentioned previously, it’s probably related to the Qwik Vercel Edge adapter. Internally at Vercel we do not distinct between process.env.VAR and process.env[β€˜VAR’], they are the same because we simply...

What’s the console output then?