Is there a way to use `pg` in a Next.js project setup with `@cloudflare/next-on-pages?
I have project that is setup following https://developers.cloudflare.com/pages/framework-guides/deploy-a-nextjs-site/, and now I tried to use
How can I use
pg to connect to a remote database. As soon as I import and use pg in one of my funtions though, I get errors like this during npm run build:How can I use
pg in a Next.js project that I want to deploy to Cloudflare Pages?