mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
78a4a6d0a6
Bump pnpm-lock / package.json / pnpm-workspace / lefthook.yml for the showcase-ops branch, add FRONTEND-STRATEGY / TESTING / QA-COVERAGE / INTEGRATION-CHECKLIST top-level showcase docs + aimock README, refresh showcase/.gitignore + showcase/shared/constraints.yaml.
22 lines
810 B
YAML
22 lines
810 B
YAML
packages:
|
|
- "packages/*"
|
|
- "examples/v1/*"
|
|
- "examples/v2/*"
|
|
- "examples/v2/*/apps/*"
|
|
- "examples/v2/react/*"
|
|
- "examples/v2/angular/*"
|
|
- "examples/v2/runtime/*"
|
|
- "examples/showcases/generative-ui-playground"
|
|
- "!examples/v1/_legacy"
|
|
- "showcase/scripts"
|
|
- "showcase/ops"
|
|
# 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
|
|
# ops package imports from it and both use pnpm.
|
|
onlyBuiltDependencies:
|
|
- better-sqlite3
|