Interface: TunnelPluginOptions
Defined in: packages/devtools/src/tunnel.ts:194
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
binary? | string | Override the cloudflared binary path or name. Useful for testing with a mock binary that mimics cloudflared's I/O. Default 'cloudflared' | packages/devtools/src/tunnel.ts:212 |
log? | boolean | Whether to print the tunnel URL to the console. Default true | packages/devtools/src/tunnel.ts:205 |
port? | number | The local port to expose via the tunnel. Default 3000 | packages/devtools/src/tunnel.ts:199 |
webhookPath? | string | The webhook endpoint path on your server. Printed in the console as the webhook URL to use for provider callbacks. Default '/pesa/webhook' | packages/devtools/src/tunnel.ts:219 |