You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
189 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. 'use strict'
  2. const Cli = require('../')
  3. const liveReload = require('koa-livereload')
  4. const ws = new Cli()
  5. ws.addLogging('dev')
  6. .add({ middleware: liveReload })
  7. .addStatic()
  8. .start()