mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Rename n8n-node-dev cli command file
This commit is contained in:
5
packages/node-dev/bin/n8n-node-dev
Executable file
5
packages/node-dev/bin/n8n-node-dev
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require('@oclif/command').run()
|
||||
.then(require('@oclif/command/flush'))
|
||||
.catch(require('@oclif/errors/handle'));
|
||||
Reference in New Issue
Block a user