Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .cursor/rules/development.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ alwaysApply: true
```
- Replace package name as needed
- Running `yarn build` in individual packages won't rebuild dependencies

## Opening pull requests
- When creating a Pull Request, always create it as a Draft Pull Request unless explicitly instructed otherwise.
2 changes: 0 additions & 2 deletions .cursor/rules/testing.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ alwaysApply: true
- Tests should be run using `yarn workspace <package name> test`
- The package name can be found in the package.json file
- Unit tests should be run for any packages that have been modified


2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ flowchart LR
server-ai[sdk/server-ai]
react-universal[sdk/react-universal]
svelte[sdk/svelte]
shopify-oxygen[sdk/shopify-oxygen]

%% Store packages
redis[store/node-server-sdk-redis]
Expand Down Expand Up @@ -191,6 +192,7 @@ flowchart LR

sdk-server --> server-node
sdk-server --> server-ai
sdk-server --> shopify-oxygen

sdk-server-edge --> cloudflare
sdk-server-edge --> fastly
Expand Down