mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 23:57:19 +00:00
5 lines
102 B
JavaScript
Executable file
5 lines
102 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
import { execute } from '@oclif/core';
|
|
|
|
await execute({ dir: import.meta.url });
|