1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/node-dev/bin/n8n-node-dev
कारतोफ्फेलस्क्रिप्ट™ 913c8c6b0c
feat(core): Upgrade oclif (no-changelog) ()
2024-01-22 18:25:36 +01:00

7 lines
112 B
JavaScript
Executable file

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