Skip to content
Merged
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
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ shared/ # Shared between app and server
└── types/ # TypeScript type definitions

cli/ # Local connector CLI (separate workspace)

test/ # Vitest tests
├── unit/ # Unit tests (*.spec.ts)
── nuxt/ # Nuxt component tests
tests/ # Playwright E2E tests
── nuxt/ # Nuxt component tests
└── e2e/ # Playwright E2E tests
```

> [!TIP]
Expand Down
Loading