chore: move pnpm settings to pnpm-workspace.yaml (#10828)

* chore: move pnpm settings to pnpm-workspace.yaml

* chore: remove contentlayer remains

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2025-04-10 18:42:05 +01:00
committed by GitHub
parent 3b76c7072d
commit 1fe53c7ca2
8 changed files with 37 additions and 65 deletions

View File

@@ -1,3 +1,32 @@
autoInstallPeers: false
ignoredBuiltDependencies:
- core-js-pure
onlyBuiltDependencies:
- '@discordjs/opus'
- bufferutil
- esbuild
- protobufjs
- sharp
- utf-8-validate
- zlib-sync
packages:
- 'apps/*'
- 'packages/*'
- apps/*
- packages/*
patchedDependencies:
'@microsoft/tsdoc-config': patches/@microsoft__tsdoc-config.patch
peerDependencyRules:
ignoreMissing:
- '*'
allowAny:
- '*'
publicHoistPattern:
- '*eslint*'
- '*prettier*'
- '*@rushstack/node-core-library*'
- '*jju*'