See code changes without restarting the server

I think if you use yarn develop or npm run develop it should refresh the server when controllers etc are changed.
If this is the frontend you are on about it might be that you need yarn develop --watch-admin
npm run develop -- --watch-admin

1 Like