mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-15 07:04:45 +00:00
chore: remove unused pi web-ui package
Delete the dormant companion-os web-ui workspace and clean up the workspace, build, lint, and lockfile references that still pointed at it. Fixes #253 Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
c0bba5c38f
commit
357ec23c6b
92 changed files with 8 additions and 17866 deletions
|
|
@ -18,12 +18,10 @@
|
|||
"@sinclair/typebox": ["./node_modules/@sinclair/typebox"],
|
||||
"@mariozechner/pi-tui": ["./packages/tui/src/index.ts"],
|
||||
"@mariozechner/pi-tui/*": ["./packages/tui/src/*"],
|
||||
"@mariozechner/pi-web-ui": ["./packages/web-ui/src/index.ts"],
|
||||
"@mariozechner/pi-web-ui/*": ["./packages/web-ui/src/*"],
|
||||
"@mariozechner/pi-agent-old": ["./packages/agent-old/src/index.ts"],
|
||||
"@mariozechner/pi-agent-old/*": ["./packages/agent-old/src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["packages/*/src/**/*", "packages/*/test/**/*"],
|
||||
"exclude": ["packages/web-ui/**/*", "**/dist/**"]
|
||||
"exclude": ["**/dist/**"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue