mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user