Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@
// `skills/devframe/templates/*.ts` are the devframe-authoring skill's
// copy-and-run reference snippets (`skills/devframe/SKILL.md`) - each
// one a standalone, runnable example, not imported by anything else.
"entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"],
// `spa-devframe.ts` imports `valibot` to illustrate schema validation
// for a consumer's own devframe - it's a dependency of the example a
// reader copies out, not of this repo's root tooling.
"ignoreDependencies": ["valibot"]
"entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"]
},
"docs": {
// `devframe` is referenced only inside fenced code samples in the
Expand Down
1 change: 0 additions & 1 deletion plugins/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"devDependencies": {
"@antfu/design": "catalog:frontend",
"@devframes/plugin-git--assets": "workspace:*",
"@devframes/service-shiki": "workspace:*",
"@floating-ui/react": "catalog:frontend",
"@iconify-json/catppuccin": "catalog:frontend",
"@radix-ui/react-scroll-area": "catalog:frontend",
Expand Down
Loading