Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
124 stars 50 forks source link

DISABLE_CACHE ignored in API #278

Open eric-burel opened 11 months ago

eric-burel commented 11 months ago

First for boolean variables we might always want to consider "unset" values as false, because env variables are always strings. Currently the code checks for "true" value, as a string, this is kinda brittle

Then even when DISABLE_CACHE is "true", enableCache in the the API might stay true

![Uploading image.png…]()