Fix(config): remove stale apps/ references from workspace configs

Cleans up leftover configuration from the apps/ → docs/ restructuring
(see ADR-0001 update). Neither file had any effect anymore since the
apps/ directory no longer exists, but both left stale references that
could confuse future contributors.

- pnpm-workspace.yaml: removed the unused "apps/*" package glob
- .changeset/config.json: removed the "ignore": ["apps/docs"] entry,
  since docs/ is not tracked as a pnpm workspace package and the
  entry had no effect
This commit is contained in:
2026-07-17 18:41:10 +02:00
parent 2b5ce8a233
commit c5011073cf
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": ["apps/docs"]
"ignore": []
}
-1
View File
@@ -1,6 +1,5 @@
packages:
- "packages/*"
- "apps/*"
allowBuilds:
esbuild: false