Simple HTTP service to enable logseq Things 3 plugin (under development) running in sandbox to query Things 3 sqlite database
For now I just run in terminal before to query endpoint and the endpoint simply dumps all data I care about.
npm install
npm run dev
npx electron .
CAUTION: electron-packager copies all files in working directory into /Things Query Proxy.app/Contents/Resources
Verify your working copy is clean.
npm run package