litefs-js icon indicating copy to clipboard operation
litefs-js copied to clipboard

JavaScript utilities for working with LiteFS on Fly.io

Results 3 litefs-js issues
Sort by recently updated
recently updated
newest added

I had a route which I put await `ensurePrimary()` on the loader because I was doing a update() request with prisma, and including `await ensurePrimary()` on the loader, was making...

help wanted
needs reproduction

importing 'litefs-js/remix' in ESM project (`"type": "module"` in `package.json` ) is not working ```shell error TS2307: Cannot find module 'litefs-js/remix' or its corresponding type declarations. 10 import { ensureInstance }...

help wanted

With the existing functions it should be possible to add this library easily to Nextjs. BC I need it 😅 and probably many do. I’ll try to do it in...