Skip to content

MakeWorkerOptions

MakeWorkerOptions = object

Defined in: packages/@livestore/sync-cf/src/cf-worker/worker.ts:12

optional durableObject: object

Defined in: packages/@livestore/sync-cf/src/cf-worker/worker.ts:16

optional name: string

Needs to match the binding name from the wrangler config

'WEBSOCKET_SERVER'

optional enableCORS: boolean

Defined in: packages/@livestore/sync-cf/src/cf-worker/worker.ts:15

false

optional validatePayload: (payload) => void | Promise<void>

Defined in: packages/@livestore/sync-cf/src/cf-worker/worker.ts:13

Schema.JsonValue | undefined

void | Promise<void>