Bora PesaBora Pesa

Interface: TunnelPluginOptions

Defined in: packages/devtools/src/tunnel.ts:194

Properties

PropertyTypeDescriptionDefined in
binary?stringOverride 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?booleanWhether to print the tunnel URL to the console. Default truepackages/devtools/src/tunnel.ts:205
port?numberThe local port to expose via the tunnel. Default 3000packages/devtools/src/tunnel.ts:199
webhookPath?stringThe 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

On this page