Type Alias LocalClientServicesParams
LocalClientServicesParams: Omit<ClientServicesHostProps, "runtime"> & {
createOpfsWorker?: () => Worker;
sqlitePath?: string;
}
Type declaration
OptionalcreateOpfsWorker?: () => Worker
OptionalsqlitePath?: string
Path to SQLite database file for persistent indexing in Node/Bun. If not provided, falls back to in-memory SQLite (indexes lost on restart).