This commit is contained in:
Josh Harvey 2017-01-09 01:04:27 +02:00
parent 94dc861b87
commit 1183950dad
4 changed files with 277 additions and 9 deletions

View file

@ -32,10 +32,12 @@ function run () {
return runner()
}
const pp = require('./pp')
function runOnce () {
return verifySchema.valid()
.then(() => settingsLoader.loadLatest())
.then(settings => {
// pp(settings)
poller.start(settings)
const httpsServerOptions = {