mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00: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({});
|
|
})();
|