diff --git a/tsconfig.node.json b/tsconfig.node.json index 63809e1..e4f974a 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -7,6 +7,8 @@ "nightwatch.conf.*", "playwright.config.*", "eslint.config.*", + "unocss.config.*", + "commitlint.config.*", "stylelint.config.*", "vite-plugins", "fake/**/*" diff --git a/unocss.config.ts b/unocss.config.ts index 49920a5..fe0e278 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -1,4 +1,4 @@ -// 请确保在 `main.ts` 文件中添加以下导入语句:import 'virtual:uno.css'; +// !请确保在 `main.ts` 文件中添加以下导入语句:import 'virtual:uno.css'; // https://github.dev/unocss/unocss/tree/main/examples/vite-vue3