chore: update deps

This commit is contained in:
iCrawl
2023-11-06 21:36:31 +01:00
parent 637e1a4ddb
commit 6cd3adf030
39 changed files with 2872 additions and 3687 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
'@unocss/postcss': {
content: ['src/**/*.tsx', 'contentlayer.config.ts', '../../packages/ui/src/lib/components/**/*.tsx'],
},
},
};