Updated .gitignore to exclude blog-bumper/ (sibling package) and tsconfig.tsbuildinfo (build artifact); configured next.config.mjs to pin outputFileTracingRoot and experimental.turbo.root to __dirname, preventing Next from inferring workspace root from stray lockfiles in ancestor directories.
v1.0.32026-06-03
·Add blog-bumper/ and tsconfig.tsbuildinfo to .gitignore (build artifacts, not source)
·Configure next.config.mjs: outputFileTracingRoot + experimental.turbo.root pinned to __dirname
·Prevents Next from inferring workspace root from stray pnpm-lock.yaml in /home/boop (home directory has separate culori@4.0.2 package, causing workspace-root ambiguity warnings)