forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
24 lines (24 loc) · 903 Bytes
/
pnpm-workspace.yaml
File metadata and controls
24 lines (24 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
packages:
- "packages/*"
- "examples/v1/*"
- "examples/v2/*"
- "examples/v2/*/apps/*"
- "examples/v2/react/*"
- "examples/v2/vue/*"
- "examples/v2/angular/*"
- "examples/v2/react-native/*"
- "examples/v2/runtime/*"
- "examples/showcases/generative-ui-playground"
- "!examples/v1/_legacy"
- "showcase/scripts"
- "showcase/harness"
- "showcase/eval-webhook"
# NOTE: `showcase/shell-dashboard` is intentionally NOT part of this
# pnpm workspace. It's a flat, standalone Next.js app that ships its
# own package-lock.json and is built with `npm ci` (see its Dockerfile).
# Including it here would force it into the pnpm lockfile, which
# breaks its independent deploy path and invalidates the npm-based
# Docker build. `showcase/scripts` IS in the workspace because the
# harness package imports from it and both use pnpm.
onlyBuiltDependencies:
- better-sqlite3