Hi,
I am building a Shopify app using Remix and JavaScript and I am wondering how in “Prisma” session model it stores some important variables like access token?
These variables aren’t supposed to be in .env file?
Since the .env file doesn’t exist how does the app or more specifically the session model know the variables?