Hey folks, quick question. When you run your nodej...
# orm-help
j
Hey folks, quick question. When you run your nodejs-stack, be it with prisma and/or nexus, do you also manually disconnect your connections using for instance
prisma.$disconnect
? I am running to a problem where with
nodemon
, my "reloading" seems to be stuck. I have to explicitly state
process.exit
, but even then there are some sub-processes still running (not quite clear if prisma is the only one) Anyone experiences this as well?
r
Hey @Jonathan đź‘‹ I have never tried it with
nodemon
but ts-node-dev doesn’t give me such an issue though. I would need to check with
nodemon
. , but I haven’t faced any issues
j
Hey Ryan, thanks! I do use ts-node-dev, I will have to look for different causes for this behaviour, but Im glad that I dont have to worry about prisma being that :)
🙌 1
m
I have this same issue with
ts-node-dev