mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
6 lines
133 B
JavaScript
Executable file
6 lines
133 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
require('@oclif/command').run()
|
|
.then(require('@oclif/command/flush'))
|
|
.catch(require('@oclif/errors/handle'));
|