fix: use glob pattern for barazo-plugins workspace entry (#102)
Change "barazo-plugins" to "barazo-plugins/packages/*" so pnpm
discovers individual plugin packages (like @barazo/plugin-signatures)
as workspace members. The previous entry only matched the monorepo
root package, causing pnpm --filter to silently skip plugin builds
in Docker.
authored by