mirror of
https://github.com/n8n-io/n8n
synced 2026-05-03 13:22:40 +02:00
7 lines
112 B
JavaScript
Executable File
7 lines
112 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
(async () => {
|
|
const oclif = await import('@oclif/core');
|
|
await oclif.execute({});
|
|
})();
|