WIP
This commit is contained in:
parent
94dc861b87
commit
1183950dad
4 changed files with 277 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue