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