Variable: SYNC_META_DOC_ID
const SYNC_META_DOC_ID: "_local/docstack-sync" = "_local/docstack-sync";
Defined in: packages/client/src/core/sync/index.ts:183
The document DocStack keeps on a remote to record which schema wrote it.
A _local/ document on purpose: it is shared by every device talking to that remote
(they all open the same database) but never replicates into anybody's stack, so it
cannot be confused with the local ~system record.