fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
219 stars 16 forks source link

merge connect to encrypted-blockstore #106

Closed valorant-dhruv closed 2 months ago

jchris commented 2 months ago

see this in the test output:


packages/connect-aws test$ node ../encrypted-blockstore/scripts/test.js
packages/connect-netlify test$ node ../encrypted-blockstore/scripts/test.js
packages/fireproof test$ npm run build && npm run test:node
packages/connect-aws test: /bin/sh: 1: mocha: not found
packages/connect-netlify test: /bin/sh: 1: mocha: not found
/home/runner/work/fireproof/fireproof/packages/connect-netlify:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @fireproof/netlify@0.17.4 test: `node ../encrypted-blockstore/scripts/test.js`
spawn ENOENT
 ELIFECYCLE  Test failed. See above for more details.
 ```
jchris commented 2 months ago

@valorant-dhruv I have it close to working, I don't have time to investigate the last error, maybe something about the types.js script?

Screenshot 2024-04-30 at 3 06 26 PM