Hey guys, do you know what piece of code is respon...
# orm-help
d
Hey guys, do you know what piece of code is responsible for programatically restarting the typescript server after generating the prisma client?
r
@Daniell 👋 Could you explain a bit about your setup?
d
Hi! I am not making anything currently, but I noticed whenever I generate the prisma client, my Typescript server restarts automatically and I was wondering how that is done
r
You mean the VSCode TypeScript server or your application server?
d
The vscode typescript server
r
It’s probably due to it having a watcher for types in
node_modules
that we use.
d
ah I see, so not too easy to implement
I am using a ui component lib which has the option to generate theme tokens but I have to manually restart it each time, was thinking of making a PR but I couldnt find a reference