mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
6 lines
102 B
JavaScript
Executable File
6 lines
102 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { execute } from '@oclif/core';
|
|
|
|
await execute({ dir: import.meta.url });
|