Hello,
Is it possible to refresh the game on save on the server side?
changes on the client side are automatically refreshed, but when I save something on the server side I get something like this in the console and I have to restart the process by npm run dev
:
I see that in the engine samples are automatically refreshed on changes made client and server side.
I am curious if it's possible to do also in my game