Add example to config how to exclude a file

This commit is contained in:
Jan Oberhauser 2019-06-23 20:44:41 +02:00
parent 8ec557d7cb
commit 1c956f326f

View file

@ -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',
},