전 저장소 리팩터링과 SSOT 정비
This commit is contained in:
parent
14ecbd4e7d
commit
3dfddcac6f
173 changed files with 19679 additions and 6952 deletions
19
apps/web/knip.json
Normal file
19
apps/web/knip.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://unpkg.com/knip@6/schema.json",
|
||||
"entry": [
|
||||
"functions/**/*.js",
|
||||
"public/worklets/**/*.js",
|
||||
"scripts/*.mjs",
|
||||
"e2e/**/*.spec.ts"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.{ts,tsx}",
|
||||
"functions/**/*.js",
|
||||
"public/worklets/**/*.js",
|
||||
"scripts/*.mjs",
|
||||
"e2e/**/*.ts"
|
||||
],
|
||||
"ignoreFiles": ["src/components/avatar/RasterBust.tsx"],
|
||||
"ignoreDependencies": ["openapi-typescript"],
|
||||
"ignoreBinaries": ["taskkill"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue