UNPKG

140 BJavaScriptView Raw
1const project = require('skypager/current')
2const server = project.server('history')
3
4project
5 .startAsync()
6 .then(() => server.start())