Jon Callahan
Jon Callahan
I found that the source of this error for me was importing a large (20mb) json file as `import Messages from '../messages.json'` - the way I fixed it was making...
It would be helpful to even allow for a `volta.json` file at project root with the same contents as package.json. As a contributor to other repos I would like to...
I seem to only see this issue when using bun + drizzle + neon as the pg provider. When I run migrations against a railway hosted pg database it works...
I've tried @citizensas 's solution, but unfortunately I'm using a self-signed cert so the node process throws `Error: route.fetch: unable to verify the first certificate` when using that method. I...