update tests.. refactor
This commit is contained in:
@ -15,4 +15,4 @@ ws.addLogging('dev')
|
||||
})
|
||||
.addStatic()
|
||||
.addIndex()
|
||||
.start()
|
||||
.listen()
|
||||
|
@ -16,4 +16,4 @@ ws.addLogging('dev')
|
||||
}
|
||||
})
|
||||
.addStatic()
|
||||
.start()
|
||||
.listen()
|
||||
|
@ -6,4 +6,4 @@ const ws = new Cli()
|
||||
ws.addLogging('dev')
|
||||
.add({ middleware: liveReload })
|
||||
.addStatic()
|
||||
.start()
|
||||
.listen()
|
||||
|
Reference in New Issue
Block a user