Closed pkyek1 closed 1 year ago
SOLVED
needs to remove predev command from package.json file and all prisma relate stuff from project
how do you add mogodb in your app can you share the structure or code or anything that hepls me
how do you add mogodb in your app can you share the structure or code or anything that hepls me
Add mongoose.mongodb & shopify-app-session-storage-mongodb and connect db and you are good to go
"dependencies": { "@shopify/shopify-app-session-storage-mongodb": "^0.0.1-security", "connect-mongodb-session": "^2.2.0", "mongodb": "^6.7.0", "mongoose": "^8.4.1", }
i am using this new remix template
but i dont want to use prisma
how can i remove it completely
iam using mongodb for me
i have made session thorugh it and dont want to use prisma anywhere