mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) could not start because undefined is not supported editor
This commit is contained in:
parent
8a9d20921d
commit
f40f49ba8b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
port : config('port'),
|
||||
minify : config('minify'),
|
||||
online : config('online'),
|
||||
editor : config('editor'),
|
||||
editor : config('editor') || 'edward',
|
||||
username : config('username'),
|
||||
root : config('root') || '/'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue