* chore(release): v5.1.0

* feat: implement resume thumbnails

* fix: remove unused mcp tools

* docs: fix formatting of docs
This commit is contained in:
Amruth Pillai
2026-05-07 15:12:33 +02:00
committed by GitHub
parent 51c366310e
commit 50ba37a27f
1015 changed files with 106087 additions and 141872 deletions
+26 -7
View File
@@ -1,9 +1,28 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/server.ts", "src/router.tsx", "lingui.config.ts"],
"tailwind": { "entry": ["src/styles.css"] },
"project": ["src/**/*.{js,jsx,ts,tsx,css}"],
"ignoreBinaries": ["mint"],
"ignoreDependencies": ["npm-check-updates", "node-addon-api", "node-gyp"],
"ignore": ["src/schema/**/*.ts", "src/components/ui/**/*.{ts,tsx}"]
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": ["-lintignore"],
"workspaces": {
".": {
"ignoreFiles": [".ncurc.cjs"]
},
"apps/web": {
"entry": ["lingui.config.ts", "src/server.ts", "vite.config.ts", "vitest.config.ts"],
"vite": {
"config": []
},
"vitest": {
"config": []
}
},
"packages/runtime-externals": {
"ignoreDependencies": ["@aws-sdk/client-s3", "bcrypt", "sharp"]
}
},
"ignoreDependencies": [
"@reactive-resume/config",
"npm-check-updates",
"@testing-library/dom",
"@testing-library/react",
"@testing-library/user-event"
]
}