mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -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: {
|
||||||
// Nodes not to load even if found
|
// Nodes not to load even if found
|
||||||
// exclude: [],
|
// exclude: ['n8n-nodes-base.executeCommand'],
|
||||||
errorTriggerType: 'n8n-nodes-base.errorTrigger',
|
errorTriggerType: 'n8n-nodes-base.errorTrigger',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue