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

@@ -3,7 +3,7 @@ import { defineConfig, presetTypography, presetUno } from 'unocss';
export default defineConfig({
content: {
filesystem: ['src/**/*.tsx', 'contentlayer.config.ts', '../../packages/ui/src/lib/components/**/*.tsx'],
filesystem: ['src/**/*.tsx', '../../packages/ui/src/lib/components/**/*.tsx'],
},
theme: {
colors: {