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
8 changes: 7 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,19 @@ make reset-db
#### Development Setup

```bash
# Start the development server
# Start the full development server (requires devservices up)
pnpm run dev

# Start only the UI development server with hot reload
# Proxies API requests to production sentry.io
Comment thread
cursor[bot] marked this conversation as resolved.
pnpm run dev-ui
```

**Dev server URLs:**

- Full devserver: http://dev.getsentry.net:8000
- Frontend-only (`dev-ui`): https://sentry.dev.getsentry.net:7999/

#### Typechecking

Typechecking only works on the entire project. Individual files cannot be checked.
Expand Down
Loading