mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 14:05:08 +10:00
6242c8c182
* fix: temporarily disable passkeys functionality due to upstream issues * remove sourcemaps from git
10 lines
406 B
JSON
10 lines
406 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["src/router.tsx"],
|
|
"tailwind": { "entry": ["src/styles.css"] },
|
|
"project": ["src/**/*.{js,jsx,ts,tsx,mdx,css}"],
|
|
"ignoreBinaries": ["mint"],
|
|
"ignoreDependencies": ["@modelcontextprotocol/sdk", "npm-check-updates", "node-addon-api", "node-gyp"],
|
|
"ignore": ["src/schema/**/*.ts", "src/components/**/*.{ts,tsx}", "src/routeTree.gen.ts"]
|
|
}
|