Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'pnpm-lock.yaml'
- 'tsconfig.json'
- 'scripts/**'
- 'examples/**'
- '.github/workflows/test.yml'
pull_request:
branches: [ main ]
Expand All @@ -20,6 +21,7 @@ on:
- 'pnpm-lock.yaml'
- 'tsconfig.json'
- 'scripts/**'
- 'examples/**'
- '.github/workflows/test.yml'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion examples/web-cli/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface CliWindow extends Window {
}

// Default WebSocket URL - use public endpoint for production, localhost for development
const DEFAULT_PRODUCTION_WEBSOCKET_URL = "wss://web-cli.ably.com";
const DEFAULT_PRODUCTION_WEBSOCKET_URL = "wss://web-cli-terminal.ably.com";
const DEFAULT_DEVELOPMENT_WEBSOCKET_URL = "wss://web-cli-terminal.ably-dev.com";

// Get WebSocket URL from query parameters only
Expand Down
Loading