n8n/packages/node-dev/bin/n8n-node-dev

6 lines
133 B
Plaintext
Raw Normal View History

#!/usr/bin/env node
require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'));