Hello I had a question I currently have a project ...
# orm-help
m
Hello I had a question I currently have a project that is my server / backend and uses prisma2. I'm also working on another project which is my react frontend. How can I use the generated photon client in my react app. I tried copying the
@generated/photon
to my other project and then importing it. but it can't find it and import it properly:
Copy code
import { Photon } from './../photon'
const photon = new Photon()
I get the error:
does not contain an export named 'Photon'.