米饭
米饭
I wanted to implement @unocss/inspector, but the vite plugin used in the project, vite-plugin-html, blocked access to localhost:5173/__unocss You can take a look at this stackblitz : https://stackblitz.com/edit/unocss-unocss-eorvyy?file=vite.config.ts  
这是咱们的一个路径 ' 我看到其他的项目是这样的一个路径  '
我是将vite-plugin-html插件调整到 production 环境下就可以了, 因为vite开发环境下支持 env 变量输入到html
  If I use fast-glob to match other directories, then this will scan node_modules as well
The main purpose is to implement this similar functionality in monorepo.   In order to achieve this effect, I made a method, I do not know if there is...