Closed QuiiBz closed 1 year ago
Relates to #24
Add support for excluded paths in the workspace, starting with a !. In this example, all packages under packages will be registered, plus the docs package, but excluding the packages/abc package and any package matching packages/d*:
!
packages
docs
packages/abc
packages/d*
packages: - 'packages/*' - 'docs' - '!packages/abc' - '!packages/d*'
Sherif will run as expected in TanStack query:
Relates to #24
Add support for excluded paths in the workspace, starting with a
!
. In this example, all packages underpackages
will be registered, plus thedocs
package, but excluding thepackages/abc
package and any package matchingpackages/d*
:Sherif will run as expected in TanStack query: