first commit
This commit is contained in:
5
node_modules/@n8n/node-cli/bin/n8n-node.mjs
generated
vendored
Executable file
5
node_modules/@n8n/node-cli/bin/n8n-node.mjs
generated
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import { execute } from '@oclif/core';
|
||||
|
||||
await execute({ dir: import.meta.url });
|
||||
Reference in New Issue
Block a user