From 6673df59032d6cffe54a1be31988451a4b510f6f Mon Sep 17 00:00:00 2001 From: Bilal Godil Date: Wed, 3 Jun 2026 17:30:18 -0700 Subject: [PATCH] chore: sync pnpm-workspace.yaml with origin/dev (re-include docs) --- pnpm-workspace.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8897b2287..de6342c9c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,9 +2,7 @@ packages: - packages/* - apps/* - examples/* - # `docs/` is the legacy fumadocs site, no longer maintained — replaced by - # `docs-mintlify/`. Kept on disk for migration reference; excluded from the - # workspace so it doesn't gate install / typecheck / lint. + - docs - docs-mintlify - sdks/* - sdks/implementations/*