Files
Agent-n8n/n8n-n8n-1.109.2/packages/node-dev/bin/n8n-node-dev

7 lines
112 B
Plaintext
Raw Normal View History

2025-09-08 04:48:28 +08:00
#!/usr/bin/env node
(async () => {
const oclif = await import('@oclif/core');
await oclif.execute({});
})();