mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Rename n8n-node-dev cli command file
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
require('@oclif/command').run()
|
||||
.then(require('@oclif/command/flush'))
|
||||
.catch(require('@oclif/errors/handle'))
|
||||
.catch(require('@oclif/errors/handle'));
|
||||
3
packages/node-dev/bin/n8n-node-dev.cmd
Executable file
3
packages/node-dev/bin/n8n-node-dev.cmd
Executable file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
node "%~dp0\n8n-node-dev" %*
|
||||
@@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
|
||||
node "%~dp0\run" %*
|
||||
Reference in New Issue
Block a user