mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 23:57:19 +00:00
6 lines
112 B
JavaScript
Executable file
6 lines
112 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
(async () => {
|
|
const oclif = await import('@oclif/core');
|
|
await oclif.execute({});
|
|
})();
|