|
|
@@ -29,6 +29,9 @@ const main = async () => {
|
|
|
vorpal.command('server', 'Runs the web server')
|
|
|
.action(() => server.start())
|
|
|
|
|
|
+ vorpal.command('repl', 'Runs Node REPL')
|
|
|
+ .action(() => require('repl').start())
|
|
|
+
|
|
|
vorpal.delimiter('project>')
|
|
|
if (process.argv.length > 2) {
|
|
|
await vorpal.parse(process.argv)
|