mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
node.js adapter
This commit is contained in:
@@ -47,6 +47,8 @@ This guide helps AI agents implement and review db-sync features consistently ac
|
||||
## Testing & Verification
|
||||
- Local dev(client+server): `bb dev:db-sync-start` runs the db-sync watcher, `wrangler dev`, and `yarn watch` with `ENABLE_DB_SYNC_LOCAL=true`
|
||||
- DB-sync server side unit-tests: `bb dev:db-sync-test`
|
||||
- Node adapter tests: `cd deps/db-sync && npm run test:node-adapter`
|
||||
- Node adapter build/run: `cd deps/db-sync && npm run build:node-adapter && npm run start:node-adapter`
|
||||
|
||||
## Review Checklist
|
||||
- Protocol versioning and error handling are consistent across client/server.
|
||||
|
||||
Reference in New Issue
Block a user