i dont think my solution or workaround is best
"uno-home": "unocss \"layouts/index.html\" --watch -o ./assets/css/home.css",
"uno-blog": "unocss \"layouts/blog/*.html\" --watch -o ./assets/css/blog.css",
"css-watch": "run-p uno-home uno-blog"
just to generate css for home and blog
its impossible with the current unocss cli to generate multiple output file
or set the config to read a file path or folder with pattern and to choose different output file…
If that is possible then Im sure i wouldnt be using my solution above