Quick and easy way to get into n8n nodes development.
Currently, whether I run n8n with `Launch n8n with debug` or `Launch n8n CLI dev with debug`, and whether I have previously run `pnpm run dev` inside `/workspaces/custom-nodes/n8n-nodes-starter` or not, changes made to the code of a custom node are not reflected in n8n without restarting the n8n server. If I ran `pnpm run dev` inside the custom node folder, I can see the changes appearing inside the associated `.js` file in the `dist` directory. These changes appears inside `~/.n8n/custom/node_modules/n8n-nodes-starter/dist` as well thanks to the [link_custom_nodes.sh](https://github.com/mathisgauthey/n8n-nodes-builder/blob/main/.devcontainer/link_custom_nodes.sh) script. But n8n doesn't seem to take these changes into account and reloading on its own, which is quite a shame. Any help is much appreciated here !
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mathisgauthey and has received 2 comments.