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
Fixes path separator handling that broke on Windows. Now uses `Path::components()` to properly detect `pages/api` directory on both Unix and Windows, avoiding false matches like `pages/apic`.
0 commit comments