fix(unocss): rename pages to handlers

This commit is contained in:
Guz
2024-10-22 16:58:12 -03:00
parent 96dc9ce119
commit 853c86af0a

View File

@@ -13,7 +13,7 @@ export default defineConfig({
entry: {
outFile: './assets/css/uno.css',
patterns: [
'./{pages,templates}/**/*.templ',
'./{handlers,templates}/**/*.templ',
'./assets/**/*.{js,css,html}',
'!./assets/css/uno.css',
],