mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
⚡ Make it easier to start n8n in development mode
This commit is contained in:
@@ -41,8 +41,8 @@ if (!supportedCommands.includes(command)) {
|
||||
|
||||
const vorpal = new Vorpal();
|
||||
vorpal
|
||||
.use(require('./commands/execute.js'))
|
||||
.use(require('./commands/start.js'))
|
||||
.use(require('./commands/execute'))
|
||||
.use(require('./commands/start'))
|
||||
.delimiter('')
|
||||
.show()
|
||||
.parse(process.argv);
|
||||
|
||||
Reference in New Issue
Block a user