mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
process.cwd() is unreliable in Vercel serverless functions. Using import.meta.url + dirname to resolve PROJECT_ROOT ensures the source/ and dist/ directories are found correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>