chore: @types/node and unocss fix

This commit is contained in:
iCrawl
2023-11-06 23:55:13 +01:00
parent a1abc6b273
commit 344a3f9344
40 changed files with 286 additions and 229 deletions

View File

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