Skip to content

craft-hub / commandPackageMatcherSchema

Variable: commandPackageMatcherSchema

const commandPackageMatcherSchema: ZodObject<{ allFiles: ZodDefault<ZodArray<ZodString>>; anyFiles: ZodDefault<ZodArray<ZodString>>; }, $strict>

Defined in: packages/craft-hub/src/command-contributions.ts:16

Declarative matcher evaluated only against discovered workspace package roots.

Released under the MIT License.