Is it possible to deploy JStack to Cloudflare pages + workers? Has somebody tried that? Could you provide a documentation or guidance on how to do it
UPD: I figured out that it's possible, but I ran into an issue while implementing it. According to the documentation, cloudflare pages need to use Edge Runtime on the server side, but my PostgreSQL requires Node.js Runtime. So I'm stuck with this runtime conflict.