You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix server bundle path duplication by handling nested absolute paths
- Handle case where both source_path and source_entry_path are absolute
- Extract relative entry path when source_entry_path contains source_path
- Remove debug logging since issue is resolved
- Add test case for nested absolute path scenario
This fixes the issue where paths like:
/app/client/app + /app/client/app/packs → client/app/packs (correct)
instead of: client/app/app/client/app/packs (incorrect)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments