Skip to content

installServerCartTransport

const installServerCartTransport: () => void

Defined in: @storesynk/next/dist/cart/transport.d.ts:4

Route all cart I/O through the server actions (HttpOnly-cookie cart id). Must run before the elements runtime boots the store - handles the ordering; call directly only in custom setups.

void