mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
Add example to config how to exclude a file
This commit is contained in:
parent
8ec557d7cb
commit
1c956f326f
|
@ -22,7 +22,7 @@ module.exports = {
|
|||
|
||||
nodes: {
|
||||
// Nodes not to load even if found
|
||||
// exclude: [],
|
||||
// exclude: ['n8n-nodes-base.executeCommand'],
|
||||
errorTriggerType: 'n8n-nodes-base.errorTrigger',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue