Database (default: SQLite): Running n8n via Docker
when developing custom nodes, is there an option for n8n to watch for changes and restart ? Or a way of reloading the node ?
Having to remember to stop and start the n8n process after every change in a node can be … tedious
If the node is being created outside of n8n there isn’t a way I can think of. When I make community nodes I tend to make it in the n8n project then copy the node out when I am done as I find it easier.