pushed
subh05sus/visual-anim-studio • 1:30 PM - Sep 15, 2026
We encountered runtime errors where Chromium binaries were missing from the deployed function because @vercel/nft failed to automatically trace them due to dynamic file access. By updating next.config.ts to include the ./node_modules/@sparticuz/chromium/bin/**/* directory in outputFileTracingIncludes, we ensure these necessary assets are correctly bundled. The deployment is now stable. 
