This commit is contained in:
Lloyd Brookes
2017-07-08 16:30:57 +01:00
parent b583b6c56b
commit 4533b5c1d4
4 changed files with 35 additions and 8 deletions

View File

@ -1,10 +1,6 @@
const ServeCommand = require('lws/lib/command/serve')
const path = require('path')
/**
* @module local-web-server
*/
class WsServe extends ServeCommand {
execute (options, argv) {
const usage = require('lws/lib/usage')