server dir with nextjs and drizzle
So Im configuring a drizzle and nextjs app router application
In the server directory, my env keys dont work unless i add:
is there a reason for this?
i thought I jsut need to do process.env.VALUE (works in api routes)
In the server directory, my env keys dont work unless i add:
is there a reason for this?
i thought I jsut need to do process.env.VALUE (works in api routes)