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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
112 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env node
(async () => {
const oclif = await import('@oclif/core');
await oclif.execute({});
})();