Strapi console 'watch' mode

I am using the command yarn strapi console to test isolated parts of my code and somes services. But, every time that I change my files, I need to restart the console. Has any chance to use like --watch-admin command?

This topic has been created from a Discord post (1224778216959377642) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Console can’t be combed with any sort of watcher at the moment since console is using the node repl

I see. Thanks for the answer <@211722558385553408>