Use prisma in edge functions only locally.
Unanswered
Ocicat posted this in #help-forum
OcicatOP
Is there a "hack" to use prisma in an edge function only locally? In prod I am publishing events for offloading processing to other workers, but locally I wouldn't mind added latency and want to avoid the hassle to use tunneling and other stuff for setting up message queues.