mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e233d08f40
Each package wraps shared tools in its framework's idiom, demo pages import from @copilotkit/showcase-shared via tsconfig paths. Comprehensive Playwright e2e tests adapted per package (130+ test files). Cross-cutting fixes: debug routes (/ok→/health), dead code removal, error boundaries, thread safety, langroid adapter, claude-sdk-ts text emission.
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
**/node_modules
|
|
.next
|
|
__pycache__
|
|
*.pyc
|
|
.git
|
|
**/vitest.config.ts
|
|
**/test-setup.ts
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/*.spec.ts
|
|
**/*.spec.tsx
|