Closed kamath closed 1 day ago
Short term fix to #190 to disable creating a tmp/.cache directory to deploy on Vercel or other serverless platforms
enableCaching
false
ENABLE_CACHING
Ran example with enableCaching as both true and false to see if anything changes
why
Short term fix to #190 to disable creating a tmp/.cache directory to deploy on Vercel or other serverless platforms
what changed
enableCaching
is set tofalse
.ENABLE_CACHING
env vartest plan
Ran example with
enableCaching
as both true and false to see if anything changes