ws feature-list
This commit is contained in:
@ -27,8 +27,11 @@ class LocalWebServer extends Lws {
|
||||
'lws-index'
|
||||
]
|
||||
const moduleDir = path.resolve(__dirname, `../node_modules`)
|
||||
options = Object.assign({ stack, 'module-dir': moduleDir, prefix: 'lws-' }, options)
|
||||
options = Object.assign({ stack, 'module-dir': moduleDir, 'module-prefix': 'lws-' }, options)
|
||||
super(options)
|
||||
|
||||
/* add command */
|
||||
this.commands.set('feature-list', require('./feature-list'))
|
||||
}
|
||||
|
||||
getVersion () {
|
||||
|
Reference in New Issue
Block a user