mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(cloudcmd) add --terminal-auto-restart
This commit is contained in:
parent
91ab03c0ed
commit
3ef7ba9fdf
5 changed files with 51 additions and 40 deletions
|
|
@ -150,6 +150,7 @@ function listen(prefix, socket) {
|
|||
auth,
|
||||
prefix: prefix + '/gritty',
|
||||
command: config('terminalCommand'),
|
||||
autoRestart: config('terminalAutoRestart'),
|
||||
});
|
||||
|
||||
distribute.export(socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue