2020-09-09 13:54:26 +00:00
|
|
|
export function start(config, db, log, core, http) {
|
2020-09-04 11:03:59 +00:00
|
|
|
return import('./api/server.mjs').then(function(module) {
|
2020-09-09 13:54:26 +00:00
|
|
|
return module.run(config, db, log, core, http)
|
2020-09-04 11:03:59 +00:00
|
|
|
})
|
|
|
|
}
|