Gal Schlezinger
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
@stepaniukm we will soon release a changelog :)
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?