@vowel.to/client / index / VowelPrimeConfig
Interface: VowelPrimeConfig
Defined in: lib/vowel/types/types.ts:354
Vowel Prime provider configuration Allows specifying which vowel Prime worker deployment to use
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
workerUrl? | string | Full WebSocket URL to vowel Prime worker Example: "wss://testing.prime.vowel.to" If provided, this takes precedence over environment | lib/vowel/types/types.ts:360 |
environment? | VowelPrimeEnvironment | Environment shortcut (auto-maps to correct URL) - "testing": wss://testing.prime.vowel.to - "dev": wss://dev.prime.vowel.to - "staging": wss://staging.prime.vowel.to (default) - "production": wss://prime.vowel.to | lib/vowel/types/types.ts:369 |