forked from baron/baron-sso
코드체크 결과 README에 뱃지로 추가
This commit is contained in:
@@ -59,6 +59,6 @@
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.14",
|
||||
"vitest": "^4.1.6"
|
||||
"vitest": "4.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,6 +42,14 @@ export default defineConfig({
|
||||
"../common/**/node_modules/**",
|
||||
"../common/.pnpm-store/**",
|
||||
`${commonRoot}/theme/**`,
|
||||
`${commonRoot}/core/audit/index.ts`,
|
||||
`${commonRoot}/core/components/audit/AuditLogTable.tsx`,
|
||||
`${commonRoot}/core/components/overview/OverviewAxisNotes.tsx`,
|
||||
`${commonRoot}/core/components/overview/OverviewMetric.tsx`,
|
||||
`${commonRoot}/core/components/overview/OverviewSelectionChips.tsx`,
|
||||
`${commonRoot}/core/components/page/PageHeader.tsx`,
|
||||
`${commonRoot}/core/components/sort/SortableTableHead.tsx`,
|
||||
`${commonRoot}/core/pagination/*.ts`,
|
||||
`${commonRoot}/core/pagination/*.worker.ts`,
|
||||
`${commonRoot}/core/query/queryClient.ts`,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user