Next.js 16's Turbopack breaks npm link
The latest gift from our friends at Vercel: breaking npm link. Next.js 16 makes Turbopack the default bundler now, and it treats symlinks differently to Webpack.
The fix is to tell Next.js to look for files in the parent directory to the local component library folder:
import path