You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build script has already been configured in apps/web/vite.config.ts, but caching is currently disabled in the root vite.config.ts since Vite+ / Vite Task doesn't support file output caching yet:
If your deployment method/platform preserves build outputs between deployments, this limitation does not apply and you can re-enable task caching now in the root vite.config.ts.
Task caching, e.g. for builds and other tasks when related dependencies haven't changed
https://github.com/voidzero-dev/vite-task
https://viteplus.dev/guide/cache
A
buildscript has already been configured inapps/web/vite.config.ts, but caching is currently disabled in the rootvite.config.tssince Vite+ / Vite Task doesn't support file output caching yet:from: https://viteplus.dev/guide/cache#overview
Important
If your deployment method/platform preserves build outputs between deployments, this limitation does not apply and you can re-enable task caching now in the root
vite.config.ts.