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. Chromium binary path tracing fixed

Resolved deployment failure by explicitly including Chromium binaries in the build trace - subh05sus/visual-anim-studio