litefs-js
litefs-js copied to clipboard
JavaScript utilities for working with LiteFS on Fly.io
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...
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 }...
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...