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
Sounds like a nice addition, would you be open to submitting this as a PR? Code should be fairly straightforward. One thing I would like to hear about before opening the PR: how does it work when you specify a micromatch pattern - does it check all possible paths? Maybe instead of a micromatch pattern, it should be a minimatch pattern, so that it can be used with Node.js glob support (fs/promises.glob docs)?
I probably won't have time until Q2 2025 at earliest to add features here, but I could probably review a PR.
Thanks for this useful CLI 🤘
I'm at a point where I'd need it to be able to check for 2 base path. One for assets (
/public
folder), the other for site pages (/app/routes
folder)Do you think we could also use
micromatch
for thebasepath
argument?The text was updated successfully, but these errors were encountered: