1
0
forked from baron/baron-sso

코드체크 결과 README에 뱃지로 추가

This commit is contained in:
2026-05-29 17:15:13 +09:00
parent 5ddfc6c81b
commit 23cd316c23
26 changed files with 1096 additions and 350 deletions

View File

@@ -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"
}
}

View File

@@ -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`,
],