No badges yet
Python - Serverless Function has exceeded the unzipped maximum size
I know this is an oft-asked question. Just curious if you have ideas for my specific use case. I'm deploying a Python backend. The packages are fairly heavy (LLM use case), so if I...
Accessing Vercel system env variables from Vite
Yea pretty strange. In a fresh env, I can access it via VITE_VERCEL_ENV. Not sure exaclty what's happening, but all good for now. Thank you!
Accessing Vercel system env variables from Vite
Ok I managed to figure it out. I have no idea why, but in my build, I need to not append "VITE" to the env var. So defining the global var in my build config as ``` VITE_APP_URL:...
Accessing Vercel system env variables from Vite
Am I going crazy?? I copied your code exactly ![Screenshot 2025-03-12 at 10.03.54 AM|690x262](upload://4at4e
Accessing Vercel system env variables from Vite
Hey! I don't mean custom env variables, I mean the system env variables defined here:...
Accessing Vercel system env variables from Vite
Hey all! I'm trying to access the Vercel system env variables from a Vite FE. No matter what I do, they are null though. Here's what I have right now. My vite.config.ts is below....
No accepted solutions yet